#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com pkgname=NetworkManager-openvpn pkgver=0.8.2 zenver=66 pkgrel=1 arch=i486 source=("http://ftp.acc.umu.se/pub/GNOME/sources/NetworkManager-openvpn/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-openvpn/ options=('norequiredbuilder' 'keepdepfile') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "NetworkManager-openvpn - OpenVPN 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 OpenVPN." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --disable-static make || return 1 make install DESTDIR=$startdir/pkg }