X-Git-Url: http://gitweb/?a=blobdiff_plain;f=diffutils%2FPkgfile;h=c11634328250211485c7e3b5a0bb82eefd732fac;hb=5d6d95a304d7a4d5f6ca1bcb3a704f247478cb2f;hp=48a687ca74f24aa586b7a0ca586f5d514ac14305;hpb=d306d80689070a48eca3cb44ca22f7f002063ab4;p=crossrootfs.git diff --git a/diffutils/Pkgfile b/diffutils/Pkgfile index 48a687c..c116343 100644 --- a/diffutils/Pkgfile +++ b/diffutils/Pkgfile @@ -1,12 +1,12 @@ # Description: Package with the GNU diff, diff3, sdiff, and cmp utilities # URL: http://www.gnu.org/software/diffutils/ # Maintainer: CRUX System Team, core-ports at crux dot nu -# Arch Maintainer: CRUX-ARM System, crux-arm at mikeux dot dyndns dot org +# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org # Depends on: name=diffutils -version=2.8.1 -release=2 +version=2.9 +release=1 source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz) build() { @@ -18,5 +18,5 @@ build() { --disable-nls make make prefix=$PKG/usr install - rm -rf $PKG/usr/info + rm -rf $PKG/usr/share }