From 40494c6aae8017f60f9e3bdbf67867df02b1cac6 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 2 Sep 2011 09:38:46 +0000 Subject: main/abuild: backport langdir feature in abuild the langdir feature allows apkbuild to look for language packs in different dir(s) --- main/abuild/APKBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'main/abuild/APKBUILD') diff --git a/main/abuild/APKBUILD b/main/abuild/APKBUILD index 933aaf74c7..a2d2835ba2 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" -- cgit v1.2.3