CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
rsync: updated source
[crossrootfs.git] / e2fsprogs / Pkgfile
index 8a66c0eb3212b1db85620ae024508ff5f25c0c38..377952eaf97e4c5624f40d7198d7f6a9c4062c82 100644 (file)
@@ -5,9 +5,9 @@
 # Depends on: util-linux
 
 name=e2fsprogs
-version=1.42.5
+version=1.44.1
 release=1
-source=(http://downloads.sourceforge.net/project/$name/$name/v$version/$name-$version.tar.gz)
+source=(https://www.kernel.org/pub/linux/kernel/people/tytso/$name/v$version/$name-$version.tar.xz)
 
 build() {
   cd $name-$version
@@ -16,7 +16,6 @@ build() {
               --host=$CTARGET \
               --prefix=/usr \
               --with-root-prefix= \
-              --mandir=/usr/man \
               --enable-symlink-install \
               --enable-elf-shlibs \
               --disable-e2initrd-helper \
@@ -24,15 +23,12 @@ build() {
               --disable-fsck \
               --disable-libblkid \
               --disable-libuuid \
-              --disable-uuidd
+              --disable-uuidd \
+              --disable-fuse2fs
 
-  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