From 754ea39d18bf8c2ac0185f0ba017ac34a1f66f7a Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 28 Sep 2013 08:38:58 +0000 Subject: testing/mathomatic: upgrade to 16.0.5 --- testing/mathomatic/APKBUILD | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'testing/mathomatic') 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 # 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" -- cgit v1.2.3