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 42468641475c368b2b1f8a6efcf30c0b8411b942..db3d11b6215dc347b5fe5ca61b3095be7955191b 100644 (file)
@@ -5,19 +5,17 @@
 # Depends on: util-linux
 
 name=e2fsprogs
-version=1.42.10
+version=1.42.13
 release=2
-source=(http://downloads.sourceforge.net/project/$name/$name/v$version/$name-$version.tar.gz
-        $name-$version-config.patch)
+source=(http://downloads.sourceforge.net/project/$name/$name/v$version/$name-$version.tar.gz)
 
 build() {
   cd $name-$version
-  patch -p1 -i $SRC/$name-$version-config.patch
+
   ./configure --build=$CHOST \
               --host=$CTARGET \
               --prefix=/usr \
               --with-root-prefix= \
-              --mandir=/usr/man \
               --enable-symlink-install \
               --enable-elf-shlibs \
               --disable-e2initrd-helper \
@@ -30,10 +28,6 @@ build() {
   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