Added tcp_wrappers-7.6 template.
--HG-- extra : convert_revision : 29de7113948ea0e6442f206ba3bca521ff9f125d
This commit is contained in:
parent
d8e6bb470a
commit
bc53eb77b9
10 changed files with 1148 additions and 0 deletions
22
templates/tcp_wrappers/devel.template
Normal file
22
templates/tcp_wrappers/devel.template
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Template file for 'tcp_wrappers-devel'.
|
||||
#
|
||||
short_desc="${short_desc} (development files)"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
Add_dependency run tcp_wrappers-libs
|
||||
|
||||
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/man3
|
||||
|
||||
mv ${origdir}/usr/share/man/man3 ${destdir}/usr/share/man
|
||||
mv ${origdir}/usr/include ${destdir}/usr
|
||||
mv ${origdir}/usr/lib/*.a ${destdir}/usr/lib
|
||||
mv ${origdir}/usr/lib/*.so ${destdir}/usr/lib
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue