CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
automake: updated to 1.15 and updated mandir
[crossrootfs.git] / make / Pkgfile
index d584d4ce9fe5d2548be5f76d9f9aff95c61a942e..0cd019b4c466c43f680ddffd7061d1d78e66a5c4 100644 (file)
@@ -1,10 +1,10 @@
 # Description: Controls the generation of executables and other compile-related tasks
 # URL: http://www.gnu.org/software/make/
 # 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
 
 name=make
-version=3.81
+version=4.0
 release=1
 source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2)
 
@@ -13,8 +13,9 @@ build() {
   ./configure --build=$CHOST \
               --host=$CTARGET \
               --prefix=/usr \
-              --disable-nls
+              --disable-nls \
+              --mandir=/usr/man
   make
   make DESTDIR=$PKG install
-  rm -rf $PKG/usr/info
+  rm -rf $PKG/usr/share
 }