summaryrefslogtreecommitdiffstats
path: root/main/abuild
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-01-18 09:14:10 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-01-18 09:14:10 +0000
commit61641f48e3fdab06c7c88c5310605374745c2980 (patch)
treeacb918ec4f5f9c6d6f1c7ca44971a9dd04932ad2 /main/abuild
parent61e39a22fd10315275dec5a9a00a45a8baa90919 (diff)
downloadaports-61641f48e3fdab06c7c88c5310605374745c2980.tar.bz2
aports-61641f48e3fdab06c7c88c5310605374745c2980.tar.xz
main/abuild: use libc-utils meta package
Diffstat (limited to 'main/abuild')
-rw-r--r--main/abuild/APKBUILD9
1 files changed, 2 insertions, 7 deletions
diff --git a/main/abuild/APKBUILD b/main/abuild/APKBUILD
index 912762742..666aaf05f 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"