[arch-commits] Commit in xinetd/repos (testing-i686 testing-i686/PKGBUILD)

Allan McRae allan at archlinux.org
Tue Mar 24 12:46:33 UTC 2009


    Date: Tuesday, March 24, 2009 @ 08:46:33
  Author: allan
Revision: 31124

Merged revisions 31123 via svnmerge from 
svn+ssh://archlinux.org/srv/svn-packages/xinetd/trunk

........
  r31123 | allan | 2009-03-24 22:45:13 +1000 (Tue, 24 Mar 2009) | 1 line
  
  upgpkg: xinetd 2.3.14-5
........

Modified:
  xinetd/repos/testing-i686/	(properties)
  xinetd/repos/testing-i686/PKGBUILD

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


Property changes on: xinetd/repos/testing-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /xinetd/trunk:1-30853
   + /xinetd/trunk:1-31123

Modified: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2009-03-24 12:45:13 UTC (rev 31123)
+++ testing-i686/PKGBUILD	2009-03-24 12:46:33 UTC (rev 31124)
@@ -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