void-packages/srcpkgs/coreutils/template

27 lines
910 B
Text
Raw Normal View History

# Template file for 'coreutils'
pkgname=coreutils
2012-03-30 12:52:32 +00:00
version=8.16
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>"
2011-09-19 14:57:33 +00:00
homepage="http://www.gnu.org/software/coreutils"
license="GPL-3"
2012-03-30 12:52:32 +00:00
checksum=2a458fead15d9336f46bb4304cc3eaa6ed9407b9130e7ee2ec533909881d2067
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 build perl
Add_dependency build gmp-devel
Add_dependency build acl-devel
Add_dependency build libcap-devel
2012-03-30 12:52:32 +00:00
post_install() {
# Most programs expect /usr/bin/env.
install -d ${DESTDIR}/usr/bin
cd ${DESTDIR}/usr/bin && ln -s ../../bin/env .
}