diff options
Diffstat (limited to 'main/abuild')
-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" |