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