2008-10-22 16:11:22 +02:00
|
|
|
# Template file for 'coreutils'
|
|
|
|
pkgname=coreutils
|
2011-10-12 15:27:28 +02:00
|
|
|
version=8.14
|
2009-12-13 13:39:23 +01:00
|
|
|
distfiles="http://ftp.gnu.org/gnu/coreutils/$pkgname-$version.tar.xz"
|
2008-10-22 16:11:22 +02:00
|
|
|
build_style=gnu_configure
|
2009-10-30 22:14:09 +01:00
|
|
|
configure_args="--enable-install-program=hostname --bindir=/bin"
|
2008-10-22 16:11:22 +02:00
|
|
|
short_desc="The GNU core utilities"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-09-19 16:57:33 +02:00
|
|
|
homepage="http://www.gnu.org/software/coreutils"
|
|
|
|
license="GPL-3"
|
2011-10-12 15:27:28 +02:00
|
|
|
checksum=0d120817c19292edb19e92ae6b8eac9020e03d51e0af9cb116cf82b65d18b02d
|
2008-10-22 16:11:22 +02:00
|
|
|
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."
|
|
|
|
|
2009-02-24 07:13:11 +01:00
|
|
|
Add_dependency run glibc
|
2009-12-13 13:39:23 +01:00
|
|
|
Add_dependency run gmp
|
|
|
|
Add_dependency run attr
|
|
|
|
Add_dependency run acl
|
|
|
|
Add_dependency run libcap
|
2011-09-19 16:57:33 +02:00
|
|
|
|
2009-10-30 22:14:09 +01:00
|
|
|
Add_dependency build perl
|
2009-12-13 13:39:23 +01:00
|
|
|
Add_dependency build gmp-devel
|
|
|
|
Add_dependency build acl-devel
|
|
|
|
Add_dependency build libcap-devel
|
2011-09-19 16:59:48 +02:00
|
|
|
Add_dependency build texinfo
|
2009-03-08 22:31:53 +01:00
|
|
|
|
|
|
|
post_install()
|
|
|
|
{
|
|
|
|
# Most programs expect /usr/bin/env.
|
2009-03-11 06:31:56 +01:00
|
|
|
install -d ${DESTDIR}/usr/bin
|
|
|
|
cd ${DESTDIR}/usr/bin && ln -s ../../bin/env .
|
2009-03-08 22:31:53 +01:00
|
|
|
}
|