void-packages/srcpkgs/coreutils/template
2010-10-22 12:03:22 +02:00

33 lines
1,021 B
Plaintext

# Template file for 'coreutils'
pkgname=coreutils
version=8.6
distfiles="http://ftp.gnu.org/gnu/coreutils/$pkgname-$version.tar.xz"
build_style=gnu_configure
configure_args="--enable-install-program=hostname --bindir=/bin"
short_desc="The GNU core utilities"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=78355c37dfeb9d2df1413caee5832d3ac561d1c54debee3fbfc9afbd87f5ed41
long_desc="
The GNU Core Utilities are the basic file, shell and text manipulation
utilities of the GNU operating system. These are the core utilities
which are expected to exist on every operating system."
Add_dependency run glibc
Add_dependency run gmp
Add_dependency run attr
Add_dependency run acl
Add_dependency run libcap
Add_dependency build perl
Add_dependency build gmp-devel
Add_dependency build attr-devel
Add_dependency build acl-devel
Add_dependency build libcap-devel
Add_dependency build xz
post_install()
{
# Most programs expect /usr/bin/env.
install -d ${DESTDIR}/usr/bin
cd ${DESTDIR}/usr/bin && ln -s ../../bin/env .
}