Skip to content
Snippets Groups Projects
Commit 61641f48 authored by Natanael Copa's avatar Natanael Copa
Browse files

main/abuild: use libc-utils meta package

parent 61e39a22
No related branches found
Tags v1.9.0_alpha11
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment