coreutils: add missing libcap rundep, bumprev.
--HG-- extra : convert_revision : 76b572a4039fb9c6cf0376dbcfe910a741193d2e
This commit is contained in:
parent
31e811116c
commit
126c87f590
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
# Template file for 'coreutils'
|
# Template file for 'coreutils'
|
||||||
pkgname=coreutils
|
pkgname=coreutils
|
||||||
version=8.1
|
version=8.1
|
||||||
|
revision=1
|
||||||
distfiles="http://ftp.gnu.org/gnu/coreutils/$pkgname-$version.tar.gz"
|
distfiles="http://ftp.gnu.org/gnu/coreutils/$pkgname-$version.tar.gz"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--enable-install-program=hostname --bindir=/bin"
|
configure_args="--enable-install-program=hostname --bindir=/bin"
|
||||||
|
@ -17,6 +18,7 @@ Add_dependency run glibc
|
||||||
Add_dependency full gmp
|
Add_dependency full gmp
|
||||||
Add_dependency full attr
|
Add_dependency full attr
|
||||||
Add_dependency full acl
|
Add_dependency full acl
|
||||||
|
Add_dependency full libcap
|
||||||
Add_dependency build perl
|
Add_dependency build perl
|
||||||
|
|
||||||
post_install()
|
post_install()
|
||||||
|
|
Loading…
Reference in a new issue