e0030bc0fe
- Added an additional shell func to add full (build/run), build or run time dependencies to packages. An optional third parameter can be used to specify other version than the one set in the depends file. - Use a "depends" file in package directory to specify minimum required ABI/API version for a package, so that there's no need to set the version all the time in pkgs. - Updated bash to 4.0. --HG-- extra : convert_revision : 1aa0ce32d4bdc2cd371eac19ae7bcff2c986b6b3
19 lines
709 B
Text
19 lines
709 B
Text
# Template file for 'coreutils'
|
|
pkgname=coreutils
|
|
version=6.12
|
|
distfiles="http://ftp.gnu.org/gnu/coreutils/$pkgname-$version.tar.gz"
|
|
build_style=gnu_configure
|
|
configure_args="--bindir=$XBPS_DESTDIR/$pkgname-$version/bin
|
|
--disable-acl --enable-install-program=hostname"
|
|
configure_env="PERL=/usr/bin/perl"
|
|
short_desc="The GNU core utilities"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=49d2f703e2310e6328cb6f9d9bae3612c42b3ee5175f449692c5b95e453cf18a
|
|
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."
|
|
|
|
base_chroot=yes
|
|
|
|
Add_dependency run glibc
|