From 61641f48e3fdab06c7c88c5310605374745c2980 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 18 Jan 2013 09:14:10 +0000 Subject: main/abuild: use libc-utils meta package --- main/abuild/APKBUILD | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'main/abuild') 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" -- cgit v1.2.3