mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 22:25:21 +02:00
[mathomatic] update to version 15.1.4 by Jirka
This commit is contained in:
parent
8b355f7078
commit
5f68ebcbad
@ -1,26 +1,26 @@
|
|||||||
# $Id: Makefile 5624 2006-11-23 00:29:07Z nbd $
|
# $Id: Makefile 2010-07-02 00:29:07Z Jirka $
|
||||||
|
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=mathomatic
|
PKG_NAME:=mathomatic
|
||||||
PKG_VERSION:=15.0.5
|
PKG_VERSION:=15.1.4
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=3
|
||||||
#http://www.panix.com/~gesslein/mathomatic-15.0.5.tar.bz2
|
#http://mathomatic.org/mathomatic-15.1.4.tar.bz2
|
||||||
|
|
||||||
PKG_SOURCE:=mathomatic-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=http://www.panix.com/~gesslein
|
PKG_SOURCE_URL:=http://www.panix.com/~gesslein
|
||||||
PKG_MD5SUM:=e7dc6cc8dded760f41811aecf33cf2ea
|
PKG_MD5SUM:=a844d982bcfe120bf7987e90495f8f1e
|
||||||
PKG_CAT:=bzip2 -cd
|
PKG_CAT:=bzip2 -cd
|
||||||
|
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/mathomatic-$(PKG_VERSION)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/mathomatic
|
define Package/mathomatic
|
||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
TITLE:=Mathomatic
|
TITLE:=Calc
|
||||||
URL:=http://www.panix.com/~gesslein/mathomatic-15.0.5.tar.bz2
|
URL:=http://www.panix.com/~gesslein/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/mathomatic/description
|
define Package/mathomatic/description
|
||||||
@ -28,8 +28,9 @@ define Package/mathomatic/description
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
$(call Build/Configure/Default, \
|
$(call Build/Compile/Default, \
|
||||||
--prefix=/usr --with-linux-headers="$(LINUX_DIR)" \
|
READLINE=1\
|
||||||
|
HANDHELD=1\
|
||||||
)
|
)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user