coreutils: update to 5.97

This commit is contained in:
Juergen Daubert 2006-07-31 14:26:39 +00:00
parent bd3e9e1f35
commit d5183ac5dd
3 changed files with 6 additions and 6 deletions

View File

@ -1,2 +1,2 @@
c05b735710fbd62239588c07084852a0 coreutils-5.94-uname.patch
11985c8345371546da8ff13f7efae359 coreutils-5.94.tar.bz2
1537379b6264a1def443713988a78020 coreutils-5.97.tar.bz2
c05b735710fbd62239588c07084852a0 coreutils-uname.patch

View File

@ -3,14 +3,14 @@
# Maintainer: Per Lidén, core-ports at crux dot nu
name=coreutils
version=5.94
version=5.97
release=1
source=(http://mirrors.sunsite.dk/gnu/$name/$name-$version.tar.bz2 \
$name-$version-uname.patch)
source=(http://ftp.gnu.org/pub/gnu/$name/$name-$version.tar.bz2 \
$name-uname.patch)
build() {
cd $name-$version
patch -p1 < ../$name-$version-uname.patch
patch -p1 < ../$name-uname.patch
DEFAULT_POSIX2_VERSION=199209 \
./configure --prefix=/usr \
--mandir=/usr/man \