CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
readline: updated to 7.0.3
[crossrootfs.git] / diffutils / Pkgfile
index 89ccfc484fdde08c144a420e3af6dc586d84513b..85917219853cf83c9488427fd964d8a8d4a65746 100644 (file)
@@ -5,18 +5,20 @@
 # Depends on:
 
 name=diffutils
-version=2.9
+version=3.6
 release=1
-source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)
+source=(http://ftpmirror.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
+              --disable-nls \
+              gl_cv_func_getopt_gnu=yes
+
   make
   make prefix=$PKG/usr install
-  rm -rf $PKG/usr/share
+  rm -rf $PKG/usr/share/info
 }