mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 11:36:16 +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
|
||||
|
||||
PKG_NAME:=mathomatic
|
||||
PKG_VERSION:=15.0.5
|
||||
PKG_RELEASE:=1
|
||||
#http://www.panix.com/~gesslein/mathomatic-15.0.5.tar.bz2
|
||||
PKG_VERSION:=15.1.4
|
||||
PKG_RELEASE:=3
|
||||
#http://mathomatic.org/mathomatic-15.1.4.tar.bz2
|
||||
|
||||
PKG_SOURCE:=mathomatic-$(PKG_VERSION).tar.bz2
|
||||
PKG_SOURCE_URL:=http://www.panix.com/~gesslein
|
||||
PKG_MD5SUM:=e7dc6cc8dded760f41811aecf33cf2ea
|
||||
PKG_CAT:=bzip2 -cd
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||
PKG_SOURCE_URL:=http://www.panix.com/~gesslein
|
||||
PKG_MD5SUM:=a844d982bcfe120bf7987e90495f8f1e
|
||||
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
|
||||
|
||||
define Package/mathomatic
|
||||
SECTION:=utils
|
||||
CATEGORY:=Utilities
|
||||
TITLE:=Mathomatic
|
||||
URL:=http://www.panix.com/~gesslein/mathomatic-15.0.5.tar.bz2
|
||||
TITLE:=Calc
|
||||
URL:=http://www.panix.com/~gesslein/
|
||||
endef
|
||||
|
||||
define Package/mathomatic/description
|
||||
@ -28,9 +28,10 @@ define Package/mathomatic/description
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
$(call Build/Configure/Default, \
|
||||
--prefix=/usr --with-linux-headers="$(LINUX_DIR)" \
|
||||
)
|
||||
$(call Build/Compile/Default, \
|
||||
READLINE=1\
|
||||
HANDHELD=1\
|
||||
)
|
||||
endef
|
||||
|
||||
define Package/mathomatic/install
|
||||
|
Loading…
Reference in New Issue
Block a user