diff options
author | Juergen Daubert <jue@jue.li> | 2009-03-07 10:55:34 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2009-03-07 11:01:17 +0100 |
commit | 56e48361068cc638e75fb096ea3d15a48b73376e (patch) | |
tree | 3eb6c118921fd34a74f66785f3b5213991dfa76a /coreutils | |
parent | 6cd3896badf31982e5a89e6f565b04d79140b472 (diff) | |
download | core-56e48361068cc638e75fb096ea3d15a48b73376e.tar.gz core-56e48361068cc638e75fb096ea3d15a48b73376e.tar.xz |
coreutils: update to 7.1
Diffstat (limited to 'coreutils')
-rw-r--r-- | coreutils/.footprint | 4 | ||||
-rw-r--r-- | coreutils/.md5sum | 2 | ||||
-rw-r--r-- | coreutils/Pkgfile | 7 |
3 files changed, 10 insertions, 3 deletions
diff --git a/coreutils/.footprint b/coreutils/.footprint index 4aee7010..7d780f9b 100644 --- a/coreutils/.footprint +++ b/coreutils/.footprint @@ -81,7 +81,9 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/tail -rwxr-xr-x root/root usr/bin/tee -rwxr-xr-x root/root usr/bin/test +-rwxr-xr-x root/root usr/bin/timeout -rwxr-xr-x root/root usr/bin/tr +-rwxr-xr-x root/root usr/bin/truncate -rwxr-xr-x root/root usr/bin/tsort -rwxr-xr-x root/root usr/bin/tty -rwxr-xr-x root/root usr/bin/unexpand @@ -171,9 +173,11 @@ drwxr-xr-x root/root usr/man/man1/ -rw-r--r-- root/root usr/man/man1/tail.1.gz -rw-r--r-- root/root usr/man/man1/tee.1.gz -rw-r--r-- root/root usr/man/man1/test.1.gz +-rw-r--r-- root/root usr/man/man1/timeout.1.gz -rw-r--r-- root/root usr/man/man1/touch.1.gz -rw-r--r-- root/root usr/man/man1/tr.1.gz -rw-r--r-- root/root usr/man/man1/true.1.gz +-rw-r--r-- root/root usr/man/man1/truncate.1.gz -rw-r--r-- root/root usr/man/man1/tsort.1.gz -rw-r--r-- root/root usr/man/man1/tty.1.gz -rw-r--r-- root/root usr/man/man1/uname.1.gz diff --git a/coreutils/.md5sum b/coreutils/.md5sum index 234e665d..f0041bfb 100644 --- a/coreutils/.md5sum +++ b/coreutils/.md5sum @@ -1,2 +1,2 @@ -2ca9ac69823dbd567b905a9e9f53c4f6 coreutils-6.12.tar.gz +cbb2b3d1718ee1237b808e00b5c11b1e coreutils-7.1.tar.gz 1fb685fdb0b9d4c082e1b2bdfe932b7a coreutils-uname.patch diff --git a/coreutils/Pkgfile b/coreutils/Pkgfile index ed53cd7e..3a0adee1 100644 --- a/coreutils/Pkgfile +++ b/coreutils/Pkgfile @@ -1,10 +1,11 @@ # Description: A collection of core GNU utilities # URL: http://www.gnu.org/software/coreutils/ # Maintainer: CRUX System Team, core-ports at crux dot nu +# Depends on: libgmp name=coreutils -version=6.12 -release=2 +version=7.1 +release=1 source=(http://ftp.gnu.org/pub/gnu/$name/$name-$version.tar.gz coreutils-uname.patch) @@ -18,6 +19,8 @@ build() { --mandir=/usr/man \ --disable-nls \ --disable-assert \ + --disable-libcap \ + --disable-xattr \ --enable-no-install-program=uptime,kill,chcon,runcon,groups make make DESTDIR=$PKG install |