void-packages/templates/e2fsprogs/template
Juan RP fa2748d9b2 Reorganize the templates directory for possible future changes.
Now every template uses its own directory. Patches, prepost* files
and other related stuff are stored there.

--HG--
extra : convert_revision : bbc529ef161d9a59fe13a1d54ac058f77ea05845
2009-02-03 21:35:57 +01:00

35 lines
1.3 KiB
Text

# Template file for 'e2fsprogs'
pkgname=e2fsprogs
version=1.41.3
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 --bindir=/bin --sbindir=/sbin
--libdir=/usr/lib --includedir=/usr/include"
make_install_target="install-libs install"
make_install_args="
root_bindir=$XBPS_DESTDIR/$pkgname-$version/bin
bindir=$XBPS_DESTDIR/$pkgname-$version/bin
root_sbindir=$XBPS_DESTDIR/$pkgname-$version/sbin
sbindir=$XBPS_DESTDIR/$pkgname-$version/sbin
root_libdir=$XBPS_DESTDIR/$pkgname-$version/usr/lib
libdir=$XBPS_DESTDIR/$pkgname-$version/usr/lib
root_includedir=$XBPS_DESTDIR/$pkgname-$version/usr/include
includedir=$XBPS_DESTDIR/$pkgname-$version/usr/include"
short_desc="Ext2/3/4 Filesystem Utilities"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=ce77edae680d090cb8275eca9be282bdbc5fbef028d7bf6f772fb4f04b578d7a
long_desc="
It provides the filesystem utilities for use with the ext2 filesystem.
It also supports the ext3 filesystem with journaling support."
run_depends="glibc-2.8"
post_install()
{
local destdir=$XBPS_DESTDIR/$pkgname-$version
# Move libraries to /lib.
install -d ${destdir}/lib
mv ${destdir}/usr/lib/lib* ${destdir}/lib
}