X-Git-Url: http://gitweb/?a=blobdiff_plain;f=diffutils%2FPkgfile;h=519cba84936cc4789bc7f6a4accac6473b3f476c;hb=2f391786e99c8da5291effac44786678d07b1ba3;hp=2529982d095b48e609ec91f5d925f9d158425bbb;hpb=69d8552b20d9dcfb801d45b3fe7c2600469b73ec;p=crossrootfs.git diff --git a/diffutils/Pkgfile b/diffutils/Pkgfile index 2529982..519cba8 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 Team, crux-arm at mikeux dot dyndns dot org +# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu # Depends on: name=diffutils -version=2.8.1 -release=2 +version=3.0 +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 }