tcp_wrappers: remove long_desc.
This commit is contained in:
parent
3d26317e0d
commit
5d503c38d6
1 changed files with 3 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'tcp_wrappers'
|
||||
pkgname=tcp_wrappers
|
||||
version=7.6
|
||||
revision=5
|
||||
revision=6
|
||||
wrksrc="${pkgname}_${version}"
|
||||
build_style=gnu-makefile
|
||||
make_build_target="REAL_DAEMON_DIR=/usr/sbin STYLE=-DSYS_ERRLIST_DEFINED linux"
|
||||
|
@ -11,10 +11,6 @@ license="Custom"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
distfiles="ftp://ftp.porcupine.org/pub/security/${pkgname}_${version}.tar.gz"
|
||||
checksum=9543d7adedf78a6de0b221ccbbd1952e08b5138717f4ade814039bb489a4315d
|
||||
long_desc="
|
||||
The $pkgname package provides small daemon programs which can
|
||||
monitor and filter incoming requests for systat, finger, FTP, telnet,
|
||||
rlogin, rsh, exec, tftp, talk and other network services."
|
||||
|
||||
pre_install() {
|
||||
install -d ${DESTDIR}/usr/lib
|
||||
|
@ -34,6 +30,7 @@ tcp_wrappers-devel_package() {
|
|||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/share/man/man3
|
||||
}
|
||||
}
|
||||
|
@ -42,7 +39,7 @@ tcp_wrappers-libs_package() {
|
|||
short_desc+=" - shared libraries"
|
||||
conf_files="/etc/hosts.allow /etc/hosts.deny"
|
||||
pkg_install() {
|
||||
vmove "usr/lib/*.so*"
|
||||
vmove "usr/lib/*.so.*"
|
||||
vmove usr/share/man/man5
|
||||
vmove etc
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue