CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
libcap: updated to 2.25-2
[crossrootfs.git] / diffutils / Pkgfile
index c11634328250211485c7e3b5a0bb82eefd732fac..3a504b1994c8c844be75d0218c4391bd8069a369 100644 (file)
@@ -1,22 +1,23 @@
 # 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.9
+version=3.5
 release=1
-source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)
+source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.xz)
 
 build() {
   cd $name-$version
+
   ./configure --build=$CHOST \
               --host=$CTARGET \
               --prefix=/usr \
-              --mandir=$PKG/usr/man \
               --disable-nls
+
   make
   make prefix=$PKG/usr install
-  rm -rf $PKG/usr/share
+  rm -rf $PKG/usr/share/info
 }