X-Git-Url: http://gitweb/?a=blobdiff_plain;f=diffutils%2FPkgfile;h=2529982d095b48e609ec91f5d925f9d158425bbb;hb=fdf4b23b41523346d0305cb34e5a542dde7b8ddf;hp=b7cc434eb8cdb94e12e30da976875ecf8c2fb076;hpb=12d3bcd79e52bc82eeda319526f6725a325a1349;p=crossrootfs.git diff --git a/diffutils/Pkgfile b/diffutils/Pkgfile index b7cc434..2529982 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=1 +release=2 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/share + rm -rf $PKG/usr/info }