# Description: Ext2 Filesystem Utilities # URL: http://e2fsprogs.sourceforge.net/ # Maintainer: CRUX System Team, core-ports at crux dot nu # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu # Depends on: util-linux name=e2fsprogs version=1.42.13 release=2 source=(http://downloads.sourceforge.net/project/$name/$name/v$version/$name-$version.tar.gz) build() { cd $name-$version ./configure --build=$CHOST \ --host=$CTARGET \ --prefix=/usr \ --with-root-prefix= \ --enable-symlink-install \ --enable-elf-shlibs \ --disable-e2initrd-helper \ --disable-nls \ --disable-fsck \ --disable-libblkid \ --disable-libuuid \ --disable-uuidd make -j1 make -j1 DESTDIR=$PKG install install-libs rm -r $PKG/usr/share/info chmod +w -R $PKG }