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

Thomas Baechler thomas at archlinux.org
Sat Sep 1 10:38:15 UTC 2007


    Date: Saturday, September 1, 2007 @ 06:38:15
  Author: thomas
    Path: /home/cvs-extra/extra/network/vpnc

Modified: PKGBUILD (1.3 -> 1.4)

upgpkg: vpnc 0.5.0-1


----------+
 PKGBUILD |   21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)


Index: extra/network/vpnc/PKGBUILD
diff -u extra/network/vpnc/PKGBUILD:1.3 extra/network/vpnc/PKGBUILD:1.4
--- extra/network/vpnc/PKGBUILD:1.3	Wed Feb 21 13:51:12 2007
+++ extra/network/vpnc/PKGBUILD	Sat Sep  1 06:38:15 2007
@@ -1,24 +1,25 @@
-# $Id: PKGBUILD,v 1.3 2007/02/21 18:51:12 thomas Exp $
+# $Id: PKGBUILD,v 1.4 2007/09/01 10:38:15 thomas Exp $
 # Maintainer: Thomas Baechler <thomas at archlinux.org>
 pkgname=vpnc
-pkgver=0.4.0
+pkgver=0.5.0
 pkgrel=1
 pkgdesc="VPN client for cisco3000 VPN Concentrators"
 url="http://www.unix-ag.uni-kl.de/~massar/vpnc/"
-license="GPL"
-depends=('libgcrypt')
-source=(http://www.unix-ag.uni-kl.de/~massar/vpnc/$pkgname-$pkgver.tar.gz \
+license=('GPL')
+depends=('libgcrypt' 'openssl')
+arch=('i686' 'x86_64')
+source=(http://www.unix-ag.uni-kl.de/~massar/vpnc/$pkgname-$pkgver.tar.gz
         vpnc.conf vpnc.rc)
 backup=(etc/vpnc/default.conf)
-
-md5sums=('604807e7dd90fce00a4e2344ee29c76d' 'a3f4e0cc682f437e310a1c86ae198e45'\
+md5sums=('daaaa282f51c647ce0b799ec3956a139'
+         'a3f4e0cc682f437e310a1c86ae198e45'
          'c5885162ac198eaa36da9a01e7c0c55b')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
-  # Fix CFLAGS in Makefile
-  sed -i "s|^CFLAGS=-W -Wall -O -g |CFLAGS=$CFLAGS |g" Makefile 
-  sed -i "s|^LDFLAGS=-g |LDFLAGS=$LDFLAGS |g" Makefile
+
+  # Build hybrid support
+  sed -i 's|^#OPENSSL|OPENSSL|g' Makefile
 
   make PREFIX=/usr || return 1
   make DESTDIR=$startdir/pkg PREFIX=/usr install




More information about the arch-commits mailing list