From 52dcc2d72d64266246f6d6253b8c9804d4d538c6 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 4 Sep 2012 13:57:44 +0000 Subject: main/abuild: start add 'provides' info ref #574 --- main/abuild/APKBUILD | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'main/abuild/APKBUILD') diff --git a/main/abuild/APKBUILD b/main/abuild/APKBUILD index de3f37010..8f9c750ed 100644 --- a/main/abuild/APKBUILD +++ b/main/abuild/APKBUILD @@ -2,10 +2,13 @@ pkgdesc="Script to build Alpine Packages" pkgname=abuild pkgver=2.12.1 -pkgrel=1 +pkgrel=2 url=http://git.alpinelinux.org/cgit/abuild/ source="http://git.alpinelinux.org/cgit/abuild/snapshot/abuild-$pkgver.tar.bz2 0001-abuild-add-support-for-uncompressed-tar-archives.patch + 0001-abuild-use-scanelf-soname-to-find-the-provides-so.patch + 0002-abuild-add-provides-information.patch + " depends="fakeroot file sudo pax-utils openssl apk-tools>=2.0.7-r1 uclibc-utils abuildhelper curl" @@ -49,4 +52,6 @@ cpan() { } md5sums="92348750a3354c3ec7b811716543b8e5 abuild-2.12.1.tar.bz2 -b04eb6325bf8014ea9fc974344f71a82 0001-abuild-add-support-for-uncompressed-tar-archives.patch" +b04eb6325bf8014ea9fc974344f71a82 0001-abuild-add-support-for-uncompressed-tar-archives.patch +8ba51a92d24d9e54bfdd1133bc2f0f8d 0001-abuild-use-scanelf-soname-to-find-the-provides-so.patch +454e0c6a8a3ee97ec4b00874203f700c 0002-abuild-add-provides-information.patch" -- cgit v1.2.3