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