1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-11-22 00:44:03 +02:00

quickcalc: update to version 1.28

This commit is contained in:
kyak 2012-10-12 21:44:28 +04:00
parent 3e39065cd3
commit 3612517391

View File

@ -1,15 +1,12 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=quickcalc PKG_NAME:=quickcalc
PKG_VERSION:=1.26 PKG_VERSION:=1.28
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_SOURCE:=quickcalc-$(PKG_VERSION).tgz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=ftp://ftp.ac-grenoble.fr/ge/mathematics/ PKG_SOURCE_URL:=ftp://ftp.ac-grenoble.fr/ge/mathematics/
PKG_MD5SUM:=152599c038c06ecc11e7db9dad4d4dce PKG_MD5SUM:=1d89b963c84d6cd32918da8a779f3f24
PKG_CAT:=zcat
PKG_BUILD_DIR:=$(BUILD_DIR)/quickcalc-$(PKG_VERSION)
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk