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
This commit is contained in:
parent
6c252d43d4
commit
fa2748d9b2
291 changed files with 25 additions and 24 deletions
35
templates/e2fsprogs/template
Normal file
35
templates/e2fsprogs/template
Normal file
|
@ -0,0 +1,35 @@
|
|||
# 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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue