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 da7d98ae743e7bde763b149a1cce37099849e9a6..519cba84936cc4789bc7f6a4accac6473b3f476c 100644 (file)
@@ -1,11 +1,11 @@
 # 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
+version=3.0
 release=1
 source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)
 
@@ -14,8 +14,9 @@ build() {
   ./configure --build=$CHOST \
               --host=$CTARGET \
               --prefix=/usr \
+              --mandir=$PKG/usr/man \
               --disable-nls
   make
   make prefix=$PKG/usr install
-  rm -rf $PKG/usr/info
+  rm -rf $PKG/usr/share
 }