2014-05-04 10:24:47 +00:00
|
|
|
# Template file for 'xinetd'
|
|
|
|
pkgname=xinetd
|
|
|
|
version=2.3.15
|
2015-03-18 06:57:58 +00:00
|
|
|
revision=5
|
2015-03-05 09:06:36 +00:00
|
|
|
build_pie=yes
|
2014-05-04 10:24:47 +00:00
|
|
|
build_style=gnu-configure
|
|
|
|
configure_args="--without-libwrap"
|
|
|
|
short_desc="A secure replacement for inetd"
|
2015-04-10 07:16:30 +00:00
|
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
2014-05-04 10:24:47 +00:00
|
|
|
license="BSD"
|
|
|
|
homepage="http://www.xinetd.org/"
|
2014-05-04 10:28:34 +00:00
|
|
|
distfiles="http://ponce.cc/slackware/sources/repo/xinetd-${version}.tar.gz"
|
2014-05-04 10:24:47 +00:00
|
|
|
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
|
|
|
|
|
2014-10-13 11:24:23 +00:00
|
|
|
vconf ${FILESDIR}/xinetd.conf
|
2014-05-04 10:24:47 +00:00
|
|
|
vinstall ${FILESDIR}/servers 644 etc/xinetd.d
|
|
|
|
vinstall ${FILESDIR}/services 644 etc/xinetd.d
|
2014-10-13 11:24:23 +00:00
|
|
|
vlicense COPYRIGHT
|
|
|
|
vsv xinetd
|
2014-05-04 10:24:47 +00:00
|
|
|
}
|