void-packages/templates/e2fsprogs.tmpl
Juan RP 93f485a4e9 Added tmpl_vars util. Common vars that can be used in templates.
--HG--
extra : convert_revision : 68393e79e5f25d622d9142bf73b09b24ced28733
2008-12-15 07:27:38 +01:00

36 lines
1.3 KiB
Cheetah

# 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
}