CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
e2fsprogs: updated to 1.42.5 and aligned with upstream
[crossrootfs.git] / make / Pkgfile
index ebd96b0545e0e834af3faec1576b3e3567b1e8c0..7fe20b10b2e847aeda6374190583cba5468e3444 100644 (file)
@@ -1,20 +1,23 @@
 # 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, devel@crux-arm.nu
+# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
 
 name=make
-version=3.81
-release=1
-source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2)
+version=3.82
+release=2
+source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2
+        savannah-bugs.patch)
 
 build() {
   cd $name-$version
+  patch -p0 -i ../savannah-bugs.patch
   ./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
 }