summaryrefslogtreecommitdiff
path: root/core/xinetd/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'core/xinetd/PKGBUILD')
-rw-r--r--core/xinetd/PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/core/xinetd/PKGBUILD b/core/xinetd/PKGBUILD
index 7e78a0d2c..2c167791e 100644
--- a/core/xinetd/PKGBUILD
+++ b/core/xinetd/PKGBUILD
@@ -1,15 +1,14 @@
-# $Id: PKGBUILD 99899 2010-11-19 13:00:23Z allan $
+# $Id: PKGBUILD 131821 2011-07-15 23:50:00Z dan $
# Maintainer:
# Contributor: Judd <jvinet@zeroflux.org>
pkgname=xinetd
pkgver=2.3.14
-pkgrel=6
-pkgdesc="a secure replacement for inetd"
+pkgrel=7
+pkgdesc="A secure replacement for inetd"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.xinetd.org/"
license=('custom')
-depends=('tcp_wrappers')
optdepends=('perl: for xconv.pl script')
backup=('etc/xinetd.conf' 'etc/xinetd.d/servers' 'etc/xinetd.d/services')
source=(http://www.xinetd.org/xinetd-$pkgver.tar.gz
@@ -26,7 +25,7 @@ md5sums=('567382d7972613090215c6c54f9b82d9'
build() {
cd $srcdir/$pkgname-$pkgver
sed -i "s#${prefix}/man#${prefix}/share/man#" configure
- ./configure --prefix=/usr --with-libwrap
+ ./configure --prefix=/usr --without-libwrap
make
}