diff options
author | William Pitcock <nenolod@dereferenced.org> | 2011-12-13 06:26:09 -0600 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-12-13 06:26:09 -0600 |
commit | 68e216e4fc274dcede7b003c18bb272f61016efa (patch) | |
tree | 93f43eb399226a6609d571b01e8ce9408b5d170a /testing/mathomatic/APKBUILD | |
parent | db310ffd968471d01ab664534d7767845b6a957d (diff) | |
download | aports-68e216e4fc274dcede7b003c18bb272f61016efa.tar.bz2 aports-68e216e4fc274dcede7b003c18bb272f61016efa.tar.xz |
testing/mathomatic: add busybox compat patch
Diffstat (limited to 'testing/mathomatic/APKBUILD')
-rw-r--r-- | testing/mathomatic/APKBUILD | 6 |
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" |