diff options
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 |