CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
binutils: update to 2.22. Removed host's texinfo dependency.
[crossrootfs.git] / diffutils / Pkgfile
index 48a687ca74f24aa586b7a0ca586f5d514ac14305..519cba84936cc4789bc7f6a4accac6473b3f476c 100644 (file)
@@ -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, 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
 }