diff options
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 4fa0c7a22..01f36612e 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" |