summaryrefslogtreecommitdiffstats
path: root/coreutils/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-04-17 20:33:45 +0200
committerpiernov <piernov@piernov.org>2012-04-17 20:33:45 +0200
commitc23be0b3a9dfc7389cf469e1dc186c6e8dac2d9d (patch)
treee38449a8ac97e3d2a0bab30c92e2a2652b91c6a4 /coreutils/Pkgfile
parent02ccc40ffc0dd8cc29622aba0d37bc1d69bfd320 (diff)
downloadnutyx-pakxe-c23be0b3a9dfc7389cf469e1dc186c6e8dac2d9d.tar.gz
nutyx-pakxe-c23be0b3a9dfc7389cf469e1dc186c6e8dac2d9d.tar.bz2
nutyx-pakxe-c23be0b3a9dfc7389cf469e1dc186c6e8dac2d9d.tar.xz
nutyx-pakxe-c23be0b3a9dfc7389cf469e1dc186c6e8dac2d9d.zip
coreutils 8.16-1 màj port
Diffstat (limited to 'coreutils/Pkgfile')
-rwxr-xr-xcoreutils/Pkgfile8
1 files changed, 2 insertions, 6 deletions
diff --git a/coreutils/Pkgfile b/coreutils/Pkgfile
index cd0437407..ac61114fe 100755
--- a/coreutils/Pkgfile
+++ b/coreutils/Pkgfile
@@ -4,18 +4,14 @@
# Packager: thierryn1 at hispeed dot ch
name=coreutils
-version=8.15
+version=8.16
release=1
source=(http://ftp.gnu.org/pub/gnu/$name/$name-$version.tar.xz
- http://www.linuxfromscratch.org/patches/lfs/development/coreutils-$version-i18n-1.patch
- http://www.linuxfromscratch.org/patches/lfs/development/coreutils-$version-uname-1.patch)
+ http://www.linuxfromscratch.org/patches/lfs/development/coreutils-$version-i18n-1.patch)
build() {
cd $name-$version
- case `uname -m` in
- i?86 | x86_64) patch -Np1 -i ../$name-$version-uname-1.patch ;;
- esac
patch -Np1 -i ../$name-$version-i18n-1.patch
./configure --prefix=/usr \