Date:2010-07-02 08:57:27 (13 years 8 months ago)
Author:Xiangfu Liu
Commit:5f68ebcbadb4805076d8b83dddc6ed928f760deb
Message:[mathomatic] update to version 15.1.4 by Jirka

Files: mathomatic/Makefile (2 diffs)

Change Details

mathomatic/Makefile
1# $Id: Makefile 5624 2006-11-23 00:29:07Z nbd $
1# $Id: Makefile 2010-07-02 00:29:07Z Jirka $
22
33include $(TOPDIR)/rules.mk
44
55PKG_NAME:=mathomatic
6PKG_VERSION:=15.0.5
7PKG_RELEASE:=1
8#http://www.panix.com/~gesslein/mathomatic-15.0.5.tar.bz2
6PKG_VERSION:=15.1.4
7PKG_RELEASE:=3
8#http://mathomatic.org/mathomatic-15.1.4.tar.bz2
99
10PKG_SOURCE:=mathomatic-$(PKG_VERSION).tar.bz2
11    PKG_SOURCE_URL:=http://www.panix.com/~gesslein
12    PKG_MD5SUM:=e7dc6cc8dded760f41811aecf33cf2ea
13    PKG_CAT:=bzip2 -cd
10PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
11PKG_SOURCE_URL:=http://www.panix.com/~gesslein
12PKG_MD5SUM:=a844d982bcfe120bf7987e90495f8f1e
13PKG_CAT:=bzip2 -cd
1414
15PKG_BUILD_DIR:=$(BUILD_DIR)/mathomatic-$(PKG_VERSION)
15PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
1616
1717include $(INCLUDE_DIR)/package.mk
1818
1919define Package/mathomatic
2020    SECTION:=utils
2121    CATEGORY:=Utilities
22    TITLE:=Mathomatic
23    URL:=http://www.panix.com/~gesslein/mathomatic-15.0.5.tar.bz2
22    TITLE:=Calc
23    URL:=http://www.panix.com/~gesslein/
2424endef
2525
2626define Package/mathomatic/description
...... 
2828endef
2929
3030define Build/Configure
31    $(call Build/Configure/Default, \
32        --prefix=/usr --with-linux-headers="$(LINUX_DIR)" \
33    )
31        $(call Build/Compile/Default, \
32              READLINE=1\
33              HANDHELD=1\
34        )
3435endef
3536
3637define Package/mathomatic/install

Archive Download the corresponding diff file



interactive