[arch-commits] Commit in xinetd/trunk (PKGBUILD)

Allan McRae allan at archlinux.org
Tue Mar 24 12:45:13 UTC 2009


    Date: Tuesday, March 24, 2009 @ 08:45:13
  Author: allan
Revision: 31123

upgpkg: xinetd 2.3.14-5

Modified:
  xinetd/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-03-24 10:20:12 UTC (rev 31122)
+++ PKGBUILD	2009-03-24 12:45:13 UTC (rev 31123)
@@ -2,12 +2,13 @@
 # Maintainer:  Judd <jvinet at zeroflux.org>
 pkgname=xinetd
 pkgver=2.3.14
-pkgrel=4
+pkgrel=5
 pkgdesc="xinetd is a secure replacement for inetd"
 arch=('i686' 'x86_64')
 url="http://www.xinetd.org/"
 license=('custom')
-depends=('glibc' 'tcp_wrappers')
+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 xinetd.conf xinetd \
         servers services)
@@ -17,6 +18,7 @@
 
 build() {
   cd $srcdir/$pkgname-$pkgver
+  sed -i "s#${prefix}/man#${prefix}/share/man#" configure
   ./configure --prefix=/usr --with-libwrap
   make || return 1
   make prefix=$pkgdir/usr install




More information about the arch-commits mailing list