aboutsummaryrefslogtreecommitdiffstats
path: root/testing/mathomatic/APKBUILD
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2011-12-13 06:26:09 -0600
committerWilliam Pitcock <nenolod@dereferenced.org>2011-12-13 06:26:09 -0600
commit68e216e4fc274dcede7b003c18bb272f61016efa (patch)
tree93f43eb399226a6609d571b01e8ce9408b5d170a /testing/mathomatic/APKBUILD
parentdb310ffd968471d01ab664534d7767845b6a957d (diff)
downloadaports-68e216e4fc274dcede7b003c18bb272f61016efa.tar.bz2
aports-68e216e4fc274dcede7b003c18bb272f61016efa.tar.xz
testing/mathomatic: add busybox compat patch
Diffstat (limited to 'testing/mathomatic/APKBUILD')
-rw-r--r--testing/mathomatic/APKBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/testing/mathomatic/APKBUILD b/testing/mathomatic/APKBUILD
index 4fa0c7a22a..01f36612e6 100644
--- a/testing/mathomatic/APKBUILD
+++ b/testing/mathomatic/APKBUILD
@@ -12,7 +12,8 @@ depends_dev="readline-dev"
makedepends="$depends_dev"
install=""
subpackages="$pkgname-doc"
-source="http://mathomatic.org/mathomatic-$pkgver.tar.bz2"
+source="http://mathomatic.org/mathomatic-$pkgver.tar.bz2
+ busybox.patch"
_builddir="$srcdir"/mathomatic-$pkgver
prepare() {
@@ -35,4 +36,5 @@ package() {
make DESTDIR="$pkgdir" prefix="/usr" m4install
}
-md5sums="f8144e9c17edf688cbb296d20efaf808 mathomatic-15.7.1.tar.bz2"
+md5sums="f8144e9c17edf688cbb296d20efaf808 mathomatic-15.7.1.tar.bz2
+c8e6c51e094625c3912cbcf8f2bb21e8 busybox.patch"