summaryrefslogtreecommitdiff
path: root/community/dante/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/dante/PKGBUILD')
-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