void-packages/srcpkgs/coreutils/template
Juan RP 5c5071ed92 coreutils: update to 8.4.
--HG--
extra : convert_revision : c5c561cd25c8a22f1eb078f16f76225c7f851e28
2010-01-17 08:18:49 +01:00

34 lines
1 KiB
Plaintext

# Template file for 'coreutils'
pkgname=coreutils
version=8.4
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=57214983882ef811614096c7d0e27fcc6d60bc045757c3930fdb620e822b7617
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."
essential=yes
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 .
}