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 /base/diffutils/Pkgfile | |
parent | f986ba3fa3763507215d843a676003900ce83a54 (diff) | |
download | nutyx-extra-d3bf38930bcc9c79bf2cedc5758637733f620c25.tar.gz nutyx-extra-d3bf38930bcc9c79bf2cedc5758637733f620c25.tar.bz2 nutyx-extra-d3bf38930bcc9c79bf2cedc5758637733f620c25.tar.xz nutyx-extra-d3bf38930bcc9c79bf2cedc5758637733f620c25.zip |
maj diffutils#2.9-1
Diffstat (limited to 'base/diffutils/Pkgfile')
-rwxr-xr-x | base/diffutils/Pkgfile | 8 |
1 files changed, 2 insertions, 6 deletions
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 |