diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-01-18 09:14:10 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-01-18 09:14:10 +0000 |
commit | 61641f48e3fdab06c7c88c5310605374745c2980 (patch) | |
tree | acb918ec4f5f9c6d6f1c7ca44971a9dd04932ad2 /main | |
parent | 61e39a22fd10315275dec5a9a00a45a8baa90919 (diff) | |
download | aports-61641f48e3fdab06c7c88c5310605374745c2980.tar.bz2 aports-61641f48e3fdab06c7c88c5310605374745c2980.tar.xz |
main/abuild: use libc-utils meta package
Diffstat (limited to 'main')
-rw-r--r-- | main/abuild/APKBUILD | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/main/abuild/APKBUILD b/main/abuild/APKBUILD index 9127627420..666aaf05f4 100644 --- a/main/abuild/APKBUILD +++ b/main/abuild/APKBUILD @@ -3,15 +3,10 @@ pkgdesc="Script to build Alpine Packages" pkgname=abuild pkgver=2.13.1 _ver=${pkgver%_git*} -pkgrel=0 +pkgrel=1 url=http://git.alpinelinux.org/cgit/abuild/ depends="fakeroot file sudo pax-utils openssl apk-tools>=2.0.7-r1 - abuildhelper curl" -if [ "$ALPINE_LIBC" = "eglibc" ]; then - depends="$depends eglibc-utils" -else - depends="$depends uclibc-utils" -fi + abuildhelper curl libc-utils" makedepends="openssl-dev pkgconfig" install="$pkgname.pre-install $pkgname.pre-upgrade" subpackages="apkbuild-cpan:cpan" |