CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
automake: updated to 1.15 and updated mandir
[crossrootfs.git] / e2fsprogs / Pkgfile
index 8a66c0eb3212b1db85620ae024508ff5f25c0c38..42468641475c368b2b1f8a6efcf30c0b8411b942 100644 (file)
@@ -5,13 +5,14 @@
 # Depends on: util-linux
 
 name=e2fsprogs
-version=1.42.5
-release=1
-source=(http://downloads.sourceforge.net/project/$name/$name/v$version/$name-$version.tar.gz)
+version=1.42.10
+release=2
+source=(http://downloads.sourceforge.net/project/$name/$name/v$version/$name-$version.tar.gz
+        $name-$version-config.patch)
 
 build() {
   cd $name-$version
-
+  patch -p1 -i $SRC/$name-$version-config.patch
   ./configure --build=$CHOST \
               --host=$CTARGET \
               --prefix=/usr \
@@ -26,12 +27,12 @@ build() {
               --disable-libuuid \
               --disable-uuidd
 
-  make
+  make -j1
   make -j1 DESTDIR=$PKG install install-libs
 
   # quota support is disabled by default
-  rm -r $PKG/usr/include/quota
-  rm $PKG/usr/lib/{libquota.a,pkgconfig/quota.pc}
+  #rm -r $PKG/usr/include/quota
+  #rm $PKG/usr/lib/{libquota.a,pkgconfig/quota.pc}
 
   rm -r $PKG/usr/share/info