From 76c26b027d797f3671bf0b6c6618eda2496cf88d Mon Sep 17 00:00:00 2001 From: root Date: Fri, 15 Jul 2011 23:12:20 +0000 Subject: Fri Jul 15 23:12:20 UTC 2011 --- community/dante/PKGBUILD | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'community/dante') diff --git a/community/dante/PKGBUILD b/community/dante/PKGBUILD index 54cb9c850..d34736e3f 100644 --- a/community/dante/PKGBUILD +++ b/community/dante/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 50232 2011-06-27 10:23:04Z spupykin $ +# $Id: PKGBUILD 51686 2011-07-13 08:09:14Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Guillem Rieu pkgname=dante pkgver=1.3.1 -pkgrel=1 +pkgrel=2 pkgdesc="SOCKS v4 and v5 compatible proxy server and client" url="http://www.inet.no/dante" arch=(i686 x86_64) license=('custom') -depends=('tcp_wrappers' 'pam') +depends=('pam') backup=('etc/socks.conf' 'etc/sockd.conf') options=('!libtool') @@ -20,22 +20,19 @@ md5sums=('19b8a15860ce6b9e96453ddd7f1cbfe2' build() { cd ${srcdir}/${pkgname}-${pkgver} - - [ $NOEXTRACT -eq 1 ] || ./configure --prefix=/usr --sysconfdir=/etc + [ -f Makefile ] || ./configure --prefix=/usr --sysconfdir=/etc \ + --disable-libwrap make } package() { cd ${srcdir}/${pkgname}-${pkgver} make DESTDIR=${pkgdir} install - # Config files mkdir -p ${pkgdir}/etc/conf.d cp example/{socks,sockd}.conf ${pkgdir}/etc - # License install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE - # rc-script install -D -m755 ${srcdir}/sockd.rc ${pkgdir}/etc/rc.d/sockd echo 'SOCKD_OPTS="-D"' >${pkgdir}/etc/conf.d/sockd.conf -- cgit v1.2.3-54-g00ecf