diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-09-24 13:44:11 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-09-24 13:44:11 +0000 |
commit | 4e336ad781863702aa75b66b6013e0f151e1f27b (patch) | |
tree | 444752d64d9388adc2fc7e060acde7a6755671b2 | |
parent | ca08101beec6e7085ad6beaa458382f5fee916ff (diff) | |
download | aports-4e336ad781863702aa75b66b6013e0f151e1f27b.tar.bz2 aports-4e336ad781863702aa75b66b6013e0f151e1f27b.tar.xz |
testing/util-vserver: added bash to depends
-rw-r--r-- | testing/util-vserver/APKBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/testing/util-vserver/APKBUILD b/testing/util-vserver/APKBUILD index c776de22dd..802315b958 100644 --- a/testing/util-vserver/APKBUILD +++ b/testing/util-vserver/APKBUILD @@ -1,13 +1,15 @@ +# Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=util-vserver pkgver=0.30.216_pre2841 _realver=0.30.216-pre2841 -pkgrel=0 +pkgrel=1 pkgdesc="Linux-VServer admin utilities" url="http://www.nongnu.org/util-vserver/" license="GPL" +# needs coreutils for touch -t makedepends="iptables-dev e2fsprogs-dev beecrypt-dev autoconf automake pkgconfig coreutils" -# needs coreutils for touch -t +depends="bash" source="http://people.linux-vserver.org/~dhozac/t/uv-testing/util-vserver-$_realver.tar.bz2 " |