diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-04-24 01:11:30 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-04-24 01:11:30 +0200 |
commit | d3bf38930bcc9c79bf2cedc5758637733f620c25 (patch) | |
tree | 245441422479b1b05a5487a643f632a1a8d431e1 | |
parent | f986ba3fa3763507215d843a676003900ce83a54 (diff) | |
download | nutyx-pakxe-d3bf38930bcc9c79bf2cedc5758637733f620c25.tar.gz nutyx-pakxe-d3bf38930bcc9c79bf2cedc5758637733f620c25.tar.bz2 nutyx-pakxe-d3bf38930bcc9c79bf2cedc5758637733f620c25.tar.xz nutyx-pakxe-d3bf38930bcc9c79bf2cedc5758637733f620c25.zip |
maj diffutils#2.9-1
-rw-r--r-- | base/diffutils/.md5sum | 3 | ||||
-rwxr-xr-x | base/diffutils/Pkgfile | 8 |
2 files changed, 3 insertions, 8 deletions
diff --git a/base/diffutils/.md5sum b/base/diffutils/.md5sum index fca2fad8b..27c9f8493 100644 --- a/base/diffutils/.md5sum +++ b/base/diffutils/.md5sum @@ -1,2 +1 @@ -c8d481223db274a33b121fb8c25af9f7 diffutils-2.8.1-i18n-1.patch -71f9c5ae19b60608f6c7f162da86a428 diffutils-2.8.1.tar.gz +d6bc1bdc874ddb14cfed4d1655a0dbbe diffutils-2.9.tar.gz diff --git a/base/diffutils/Pkgfile b/base/diffutils/Pkgfile index 1550b7ef5..e2acf6d6a 100755 --- a/base/diffutils/Pkgfile +++ b/base/diffutils/Pkgfile @@ -2,18 +2,14 @@ # URL: http://www.gnu.org/software/diffutils/ # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: name=diffutils -version=2.8.1 +version=2.9 release=1 -source=( http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz\ - http://www.linuxfromscratch.org/patches/lfs/development/diffutils-$version-i18n-1.patch) +source=( http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz) build() { cd $name-$version -patch -Np1 -i ../diffutils-$version-i18n-1.patch -touch man/diff.1 ./configure --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man |