CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
e2fsprogs: updated to 1.42.13 and updated mandir
[crossrootfs.git] / e2fsprogs / Pkgfile
index 25c8bd31af81390f527eddbf797f2e99b7ec2a6a..db3d11b6215dc347b5fe5ca61b3095be7955191b 100644 (file)
@@ -1,35 +1,34 @@
 # Description: Ext2 Filesystem Utilities
 # URL: http://e2fsprogs.sourceforge.net/
 # Maintainer: CRUX System Team, core-ports at crux dot nu
-# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org
-# Depends on: util-linux-ng
+# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
+# Depends on: util-linux
 
 name=e2fsprogs
-version=1.41.9
-release=4
-source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz \
-        $name-symlink.patch)
+version=1.42.13
+release=2
+source=(http://downloads.sourceforge.net/project/$name/$name/v$version/$name-$version.tar.gz)
 
 build() {
   cd $name-$version
-  patch -p1 -i $SRC/$name-symlink.patch
 
   ./configure --build=$CHOST \
               --host=$CTARGET \
               --prefix=/usr \
               --with-root-prefix= \
-              --mandir=/usr/man \
+              --enable-symlink-install \
               --enable-elf-shlibs \
               --disable-e2initrd-helper \
-              --disable-evms \
               --disable-nls \
               --disable-fsck \
               --disable-libblkid \
               --disable-libuuid \
               --disable-uuidd
 
-  make
-  make DESTDIR=$PKG install install-libs
+  make -j1
+  make -j1 DESTDIR=$PKG install install-libs
+
   rm -r $PKG/usr/share/info
+
   chmod +w -R $PKG
 }