23 lines
766 B
Text
23 lines
766 B
Text
# Template file for 'xinetd'
|
|
pkgname=xinetd
|
|
version=2.3.15
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--without-libwrap"
|
|
short_desc="A secure replacement for inetd"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="BSD"
|
|
homepage="http://www.xinetd.org/"
|
|
distfiles="http://ponce.cc/slackware/sources/repo/xinetd-${version}.tar.gz"
|
|
checksum=bf4e060411c75605e4dcbdf2ac57c6bd9e1904470a2f91e01ba31b50a80a5be3
|
|
|
|
conf_files="/etc/xinetd.conf /etc/xinetd.d/servers /etc/xinetd.d/services"
|
|
|
|
do_install() {
|
|
make prefix=${DESTDIR}/usr MANDIR=${DESTDIR}/usr/share/man install
|
|
|
|
vinstall ${FILESDIR}/xinetd.conf 644 etc
|
|
vinstall ${FILESDIR}/servers 644 etc/xinetd.d
|
|
vinstall ${FILESDIR}/services 644 etc/xinetd.d
|
|
vinstall COPYRIGHT 644 usr/share/licenses/$pkgname
|
|
}
|