2008-10-25 02:14:03 +02:00
|
|
|
# Template file for 'e2fsprogs'
|
|
|
|
pkgname=e2fsprogs
|
2009-02-24 08:22:29 +01:00
|
|
|
sourcepkg=e2fsprogs
|
2009-02-19 02:02:46 +01:00
|
|
|
version=1.41.4
|
2008-12-15 07:27:38 +01:00
|
|
|
distfiles="$SOURCEFORGE_SITE/e2fsprogs/$pkgname-$version.tar.gz"
|
2008-10-25 02:14:03 +02:00
|
|
|
build_style=gnu_configure
|
2008-10-31 02:08:36 +01:00
|
|
|
configure_args="--enable-htree --enable-elf-shlibs --enable-fsck
|
2009-03-18 10:02:08 +01:00
|
|
|
--enable-e2initrd-helper --disable-rpath --with-root-prefix="
|
|
|
|
make_install_target="DESTDIR=$XBPS_DESTDIR/$pkgname-$version install-libs install"
|
2008-10-25 02:14:03 +02:00
|
|
|
short_desc="Ext2/3/4 Filesystem Utilities"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2009-02-19 02:02:46 +01:00
|
|
|
checksum=2cc10fee2b29add737e454eb634513135b34a638f7ca2b18364864fe089020dc
|
2008-10-25 02:14:03 +02:00
|
|
|
long_desc="
|
|
|
|
It provides the filesystem utilities for use with the ext2 filesystem.
|
|
|
|
It also supports the ext3 filesystem with journaling support."
|
|
|
|
|
2009-02-24 08:22:29 +01:00
|
|
|
subpackages="devel libs"
|
2009-03-18 10:02:08 +01:00
|
|
|
conf_files="/etc/mke2fs.conf"
|
2009-02-24 08:22:29 +01:00
|
|
|
Add_dependency run glibc
|
|
|
|
Add_dependency run e2fsprogs-libs
|