[arch-commits] CVS update of extra/network/vtun (PKGBUILD)

Eric Belanger eric at archlinux.org
Tue Aug 14 03:39:50 UTC 2007


    Date: Monday, August 13, 2007 @ 23:39:50
  Author: eric
    Path: /home/cvs-extra/extra/network/vtun

Modified: PKGBUILD (1.8 -> 1.9)

upgpkg: vtun 3.0.1-1
added license


----------+
 PKGBUILD |   15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)


Index: extra/network/vtun/PKGBUILD
diff -u extra/network/vtun/PKGBUILD:1.8 extra/network/vtun/PKGBUILD:1.9
--- extra/network/vtun/PKGBUILD:1.8	Sat Jun  3 10:36:46 2006
+++ extra/network/vtun/PKGBUILD	Mon Aug 13 23:39:50 2007
@@ -1,20 +1,21 @@
-# $Id: PKGBUILD,v 1.8 2006/06/03 14:36:46 arjan Exp $
+# $Id: PKGBUILD,v 1.9 2007/08/14 03:39:50 eric Exp $
 # Maintainer: eric <eric at archlinux.org>
 
 pkgname=vtun
-pkgver=2.6
-pkgrel=6
+pkgver=3.0.1
+pkgrel=1
 pkgdesc="Create virtual tunnels over TCP/IP networks with traffic shaping"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
+url="http://vtun.sourceforge.net/"
+license=('GPL')
 depends=('openssl<=0.9.8' 'zlib')
 makedepends=('bison' 'flex' 'm4')
 backup=('etc/vtun/vtund.conf')
 source=(http://dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-url="http://vtun.sourceforge.net/"
-md5sums=('309534fd03c5d13a19c43916f61f4bbf')
+md5sums=('c342ffe77055d4248a38f0b380f28c1b')
 
 build() {
-  cd $startdir/src/$pkgname
+  cd $startdir/src/$pkgname-$pkgver
   ./configure --prefix=/usr --disable-lzo --sysconfdir=/etc/vtun \
     --localstatedir=/var
   /usr/bin/make || return 1




More information about the arch-commits mailing list