#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com pkgname=NetworkManager-vpnc pkgver=0.8.2 zenver=66 pkgrel=1 arch=i486 source=("http://ftp.acc.umu.se/pub/GNOME/sources/NetworkManager-vpnc/0.8/$pkgname-$pkgver.tar.bz2") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/g/$pkgname docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "maintainers") url=http://ftp.acc.umu.se/pub/GNOME/sources/NetworkManager-vpnc/ options=('norequiredbuilder' 'keepdepfile') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "NetworkManager-vpnc - VPNC plugin core" "NetworkManager attempts to keep an active network connection available" "at all times. It is intended primarily for laptops where it allows" "easy switching betwen local wireless networks, it's also useful on" "desktops with a selection of different interfaces to use. It is not" "intended for usage on servers." "This package provides a VPN plugin for vpnc, providing easy access" "Cisco Concentrator based VPN's." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --disable-static make || return 1 make install DESTDIR=$startdir/pkg }