summaryrefslogtreecommitdiff
path: root/community/dante
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-06-28 23:10:22 +0000
committerroot <root@rshg047.dnsready.net>2011-06-28 23:10:22 +0000
commit108636e69eaeef67f4e7263c7f26105e25979e89 (patch)
tree94f902b30c95dbddd8f514c4d3645700f80ed101 /community/dante
parent0a595245dd258cc0ad9a5de2b292cf1b1a94f51a (diff)
Tue Jun 28 23:10:22 UTC 2011
Diffstat (limited to 'community/dante')
-rw-r--r--community/dante/PKGBUILD12
1 files changed, 8 insertions, 4 deletions
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 <pupykin.s+arch@gmail.com>
# Contributor: Guillem Rieu <guillemr@gmx.net>
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