CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
db: updated to 5.3.28
[crossrootfs.git] / make / Pkgfile
index ebd96b0545e0e834af3faec1576b3e3567b1e8c0..dce9b6f403fdf000d527de63e5a64d6008597480 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=3
+source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2
+        $name-$version-bug_{30612,30653,30723}.patch)
 
 build() {
   cd $name-$version
+  cat $SRC/$name-$version-*.patch | patch -p1
   ./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
 }