#Maintainer: Pedro Pinto (pnboy~AT~pinguix.com) pkgname=kvpnc pkgver=0.9.0 pkgrel=1 zenver=54 arch=i486 source=(http://download.gna.org/kvpnc/$pkgname-$pkgver.tar.bz2) sourcetemplate=http://pnboy.pinguix.com/my_packages/zenwalk/$pkgname/$pkgver/ docs=(AUTHORS COPYING ChangeLog INSTALL NEWS README TODO) url=http://home.gna.org/kvpnc/en/index.html slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname (Frontend for various VPN clients)" "KVpnc is a KDE frontend for various VPN clients. It supports Cisco" "VPN (vpnc) and IPSec (FreeS/WAN, racoon). vpnc is a replacement for" "the Cisco VPN client, and is used as client for the cisco3000 VPN" "Concentrator. FreeS/WAN (OpenS/WAN) is a IPSec client for Linux 2.4.x," "and raccoon is a IPSec client for Linux 2.6.x and *BSD. It also" "supports PPTP (pptpclient) and OpenVPN." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --disable-debug --program-prefix="" --program-suffix="" make || return 1 make install DESTDIR=$startdir/pkg }