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 8a66c0eb3212b1db85620ae024508ff5f25c0c38..db3d11b6215dc347b5fe5ca61b3095be7955191b 100644 (file)
@@ -5,8 +5,8 @@
 # Depends on: util-linux
 
 name=e2fsprogs
-version=1.42.5
-release=1
+version=1.42.13
+release=2
 source=(http://downloads.sourceforge.net/project/$name/$name/v$version/$name-$version.tar.gz)
 
 build() {
@@ -16,7 +16,6 @@ build() {
               --host=$CTARGET \
               --prefix=/usr \
               --with-root-prefix= \
-              --mandir=/usr/man \
               --enable-symlink-install \
               --enable-elf-shlibs \
               --disable-e2initrd-helper \
@@ -26,13 +25,9 @@ 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/share/info
 
   chmod +w -R $PKG