From 108636e69eaeef67f4e7263c7f26105e25979e89 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 28 Jun 2011 23:10:22 +0000 Subject: Tue Jun 28 23:10:22 UTC 2011 --- community/dante/PKGBUILD | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'community/dante/PKGBUILD') diff --git a/community/dante/PKGBUILD b/community/dante/PKGBUILD index 176fdafa7..54cb9c850 100644 --- a/community/dante/PKGBUILD +++ b/community/dante/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 42958 2011-03-22 21:15:35Z spupykin $ +# $Id: PKGBUILD 50232 2011-06-27 10:23:04Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Guillem Rieu pkgname=dante -pkgver=1.2.3 +pkgver=1.3.1 pkgrel=1 pkgdesc="SOCKS v4 and v5 compatible proxy server and client" url="http://www.inet.no/dante" @@ -12,10 +12,10 @@ license=('custom') depends=('tcp_wrappers' 'pam') backup=('etc/socks.conf' 'etc/sockd.conf') -options=(!libtool) +options=('!libtool') source=(ftp://ftp.inet.no/pub/socks/${pkgname}-${pkgver}.tar.gz sockd.rc) -md5sums=('b2874e53f5d8fe418cd40cb829536669' +md5sums=('19b8a15860ce6b9e96453ddd7f1cbfe2' '5110dfd78a2b38fff27a886ee88b58a6') build() { @@ -23,6 +23,10 @@ build() { [ $NOEXTRACT -eq 1 ] || ./configure --prefix=/usr --sysconfdir=/etc make +} + +package() { + cd ${srcdir}/${pkgname}-${pkgver} make DESTDIR=${pkgdir} install # Config files -- cgit v1.2.3-54-g00ecf