Added tcp_wrappers-7.6 template.

--HG--
extra : convert_revision : 29de7113948ea0e6442f206ba3bca521ff9f125d
This commit is contained in:
Juan RP
2009-03-10 10:27:50 +01:00
parent d8e6bb470a
commit bc53eb77b9
10 changed files with 1148 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
# Template file for 'tcp_wrappers-libs'.
#
short_desc="${short_desc} (shared libraries)"
long_desc="${long_desc}
This package contains the ${pkgname} shared libraries."
conf_files="/etc/hosts.allow /etc/hosts.deny"
Add_dependency run glibc
do_install()
{
local destdir=${XBPS_DESTDIR}/${pkgname}-${version}
local origdir=${XBPS_DESTDIR}/${sourcepkg}-${version}
mkdir -p ${destdir}/usr/lib
mkdir -p ${destdir}/usr/share/man
mv ${origdir}/usr/lib/lib*.so.* ${destdir}/usr/lib
mv ${origdir}/etc ${destdir}
mv ${origdir}/usr/share/man/man5 ${destdir}/usr/share/man
}