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] / e2fsprogs / Pkgfile
index 15039ce8dfc3e032adb29e8ac8a7037b13dfad36..bcf87b9a76fbb4b311863a023a487822850ef147 100644 (file)
@@ -5,9 +5,9 @@
 # Depends on: util-linux-ng
 
 name=e2fsprogs
-version=1.41.14
+version=1.42.5
 release=1
-source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz)
+source=(http://downloads.sourceforge.net/project/$name/$name/v$version/$name-$version.tar.gz)
 
 build() {
   cd $name-$version
@@ -20,7 +20,6 @@ build() {
               --enable-symlink-install \
               --enable-elf-shlibs \
               --disable-e2initrd-helper \
-              --disable-evms \
               --disable-nls \
               --disable-fsck \
               --disable-libblkid \
@@ -28,7 +27,13 @@ build() {
               --disable-uuidd
 
   make
-  make DESTDIR=$PKG install install-libs
+  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/share/info
+
   chmod +w -R $PKG
 }