void-packages/templates/e2fsprogs/template

21 lines
808 B
Plaintext

# Template file for 'e2fsprogs'
pkgname=e2fsprogs
sourcepkg=e2fsprogs
version=1.41.4
distfiles="$SOURCEFORGE_SITE/e2fsprogs/$pkgname-$version.tar.gz"
build_style=gnu_configure
configure_args="--enable-htree --enable-elf-shlibs --enable-fsck
--enable-e2initrd-helper --disable-rpath --with-root-prefix="
make_install_target="DESTDIR=$XBPS_DESTDIR/$pkgname-$version install-libs install"
short_desc="Ext2/3/4 Filesystem Utilities"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=2cc10fee2b29add737e454eb634513135b34a638f7ca2b18364864fe089020dc
long_desc="
It provides the filesystem utilities for use with the ext2 filesystem.
It also supports the ext3 filesystem with journaling support."
subpackages="devel libs"
conf_files="/etc/mke2fs.conf"
Add_dependency run glibc
Add_dependency run e2fsprogs-libs