aboutsummaryrefslogtreecommitdiffstats
path: root/main/abuild/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-09-02 09:38:46 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-09-02 09:38:46 +0000
commit40494c6aae8017f60f9e3bdbf67867df02b1cac6 (patch)
tree96ee4cd8befd4405ef3a5c6db99074265c67e36f /main/abuild/APKBUILD
parent5fe915321b34226175e51c1a6df0523d7480caf5 (diff)
downloadaports-40494c6aae8017f60f9e3bdbf67867df02b1cac6.tar.bz2
aports-40494c6aae8017f60f9e3bdbf67867df02b1cac6.tar.xz
main/abuild: backport langdir feature in abuild
the langdir feature allows apkbuild to look for language packs in different dir(s)
Diffstat (limited to 'main/abuild/APKBUILD')
-rw-r--r--main/abuild/APKBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/main/abuild/APKBUILD b/main/abuild/APKBUILD
index 933aaf74c..a2d2835ba 100644
--- a/main/abuild/APKBUILD
+++ b/main/abuild/APKBUILD
@@ -2,9 +2,10 @@
pkgdesc="Script to build Alpine Packages"
pkgname=abuild
pkgver=2.10.0
-pkgrel=0
+pkgrel=1
url=http://git.alpinelinux.org/cgit/abuild/
source="http://git.alpinelinux.org/cgit/abuild.git/snapshot/abuild-$pkgver.tar.bz2
+ 0001-abuild-make-it-possible-to-override-lang_subpkg.patch
"
depends="fakeroot file sudo pax-utils openssl apk-tools>=2.0.7-r1 uclibc-utils abuildhelper"
makedepends="openssl-dev pkgconfig"
@@ -37,4 +38,5 @@ package() {
install -d -m 775 -g abuild "$pkgdir"/var/cache/distfiles
}
-md5sums="fd310ee9f47726ed1e1c64e795192962 abuild-2.10.0.tar.bz2"
+md5sums="fd310ee9f47726ed1e1c64e795192962 abuild-2.10.0.tar.bz2
+68451f36bcede50fc391fa944a11ecc2 0001-abuild-make-it-possible-to-override-lang_subpkg.patch"