From 28284003e3414d594b2161a6f33bc879c4005b69 Mon Sep 17 00:00:00 2001 From: Jiri Brozovsky Date: Mon, 15 Nov 2010 20:21:16 +0100 Subject: [PATCH] Updated to current version. --- mathomatic/Makefile | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/mathomatic/Makefile b/mathomatic/Makefile index b3a38dd..6ad934a 100644 --- a/mathomatic/Makefile +++ b/mathomatic/Makefile @@ -1,43 +1,43 @@ -# $Id: Makefile 2010-07-02 00:29:07Z Jirka $ - include $(TOPDIR)/rules.mk PKG_NAME:=mathomatic -PKG_VERSION:=15.1.4 -PKG_RELEASE:=3 -#http://mathomatic.org/mathomatic-15.1.4.tar.bz2 +PKG_VERSION:=15.3.4 +PKG_RELEASE:=1 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=http://www.panix.com/~gesslein -PKG_MD5SUM:=a844d982bcfe120bf7987e90495f8f1e +PKG_SOURCE:=mathomatic-$(PKG_VERSION).tar.bz2 +PKG_SOURCE_URL:=http://mathomatic.org +PKG_MD5SUM:=cbffaca1634cc50e227dfbcdb0c644dd PKG_CAT:=bzip2 -cd -PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) +PKG_BUILD_DIR:=$(BUILD_DIR)/mathomatic-$(PKG_VERSION) include $(INCLUDE_DIR)/package.mk define Package/mathomatic - SECTION:=utils - CATEGORY:=Utilities - TITLE:=Calc - URL:=http://www.panix.com/~gesslein/ - DEPENDS:=+libreadline + SECTION:=utils + CATEGORY:=Utilities + TITLE:=Small computer algebra system. + URL:=http://www.mathomatic.org + DEPENDS:=+libreadline endef define Package/mathomatic/description - Computer algebra system. + Computer algebra system. endef define Build/Configure $(call Build/Compile/Default, \ - READLINE=1\ - HANDHELD=1\ + READLINE=1\ + HANDHELD=1\ ) endef define Package/mathomatic/install $(INSTALL_DIR) $(1)/usr/bin/ $(INSTALL_BIN) $(PKG_BUILD_DIR)/mathomatic $(1)/usr/bin/ + $(INSTALL_BIN) $(PKG_BUILD_DIR)/m4/rmath $(1)/usr/bin/ + $(INSTALL_BIN) $(PKG_BUILD_DIR)/m4/functions.m4 $(1)/usr/bin/ + $(INSTALL_BIN) $(PKG_BUILD_DIR)/m4/matho $(1)/usr/bin/ endef $(eval $(call BuildPackage,mathomatic))