CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
libcap: updated to 2.25-2
[crossrootfs.git] / m4 / Pkgfile
index b85b5538a161076a6533fcf370c6c08c996a8cd0..72230920bfb37842011c44a06eac96df81af6425 100644 (file)
@@ -5,7 +5,7 @@
 # Depends on:
 
 name=m4
-version=1.4.16
+version=1.4.18
 release=1
 source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2)
 
@@ -13,12 +13,9 @@ build() {
   cd $name-$version
   ./configure --build=$CHOST \
               --host=$CTARGET \
-              --prefix=/usr \
-              --mandir=/usr/man
-
-  touch doc/m4.1
+              --prefix=/usr
 
   make
   make DESTDIR=$PKG install
-  rm -rf $PKG/usr/share
+  rm -rf $PKG/usr/share/info
 }