summaryrefslogtreecommitdiffstats
path: root/testing/mathomatic
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2013-09-28 08:38:58 +0000
committerFabian Affolter <fabian@affolter-engineering.ch>2013-09-29 14:07:39 +0000
commit754ea39d18bf8c2ac0185f0ba017ac34a1f66f7a (patch)
treec3f346724fc3136d8b50fef5f344a5fd61b24a77 /testing/mathomatic
parent0b11911ad826e31eea3eb5b6f08ae0126a18e476 (diff)
downloadaports-754ea39d18bf8c2ac0185f0ba017ac34a1f66f7a.tar.bz2
aports-754ea39d18bf8c2ac0185f0ba017ac34a1f66f7a.tar.xz
testing/mathomatic: upgrade to 16.0.5
Diffstat (limited to 'testing/mathomatic')
-rw-r--r--testing/mathomatic/APKBUILD21
1 files changed, 11 insertions, 10 deletions
diff --git a/testing/mathomatic/APKBUILD b/testing/mathomatic/APKBUILD
index 01f36612e..7a3ae6050 100644
--- a/testing/mathomatic/APKBUILD
+++ b/testing/mathomatic/APKBUILD
@@ -1,21 +1,20 @@
# Contributor: William Pitcock <nenolod@dereferenced.org>
# Maintainer:
pkgname=mathomatic
-pkgver=15.7.1
+pkgver=16.0.5
pkgrel=0
-pkgdesc="free software computer algebra system (CAS)"
+pkgdesc="A software computer algebra system (CAS)"
url="http://www.mathomatic.org/math/"
arch="all"
-license="LGPL"
+license="LGPL2+"
depends="m4"
depends_dev="readline-dev"
makedepends="$depends_dev"
install=""
subpackages="$pkgname-doc"
-source="http://mathomatic.org/mathomatic-$pkgver.tar.bz2
- busybox.patch"
+source="http://mathomatic.orgserve.de/$pkgname-$pkgver.tar.bz2"
-_builddir="$srcdir"/mathomatic-$pkgver
+_builddir="$srcdir"/$pkgname-$pkgver
prepare() {
local i
cd "$_builddir"
@@ -28,13 +27,15 @@ prepare() {
build() {
cd "$_builddir"
- make READLINE=1 CC_OPTIMIZE="$CFLAGS" prefix="/usr"
+ make -f makefile READLINE=1 CC_OPTIMIZE="$CFLAGS" prefix="/usr" || return 1
}
package() {
cd "$_builddir"
- make DESTDIR="$pkgdir" prefix="/usr" m4install
+ make DESTDIR="$pkgdir" prefix="/usr" m4install-degrees || return 1
}
-md5sums="f8144e9c17edf688cbb296d20efaf808 mathomatic-15.7.1.tar.bz2
-c8e6c51e094625c3912cbcf8f2bb21e8 busybox.patch"
+
+md5sums="dd04913a98a5073b56f3bc78a01820f3 mathomatic-16.0.5.tar.bz2"
+sha256sums="976e6fed1014586bcd584e417c074fa86e4ca6a0fcc2950254da2efde99084ca mathomatic-16.0.5.tar.bz2"
+sha512sums="c44c60183442226562df9eefb1d77e5bafd96b7a5d3ad34a76963c586d398647366e782c75ffcf27c2b7d9d4be56678bbbc4d37ac71687a39f04b3fef450cc73 mathomatic-16.0.5.tar.bz2"