#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com pkgname=NetworkManager pkgver=0.8.2 zenver=66 pkgrel=1 arch=i486 source=("http://ftp.acc.umu.se/pub/GNOME/sources/NetworkManager/0.8/$pkgname-$pkgver.tar.bz2" \ "http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/g/$pkgname/nm-system-settings.conf") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/g/$pkgname docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "maintainers") url=http://projects.gnome.org/NetworkManager/ options=('norequiredbuilder' 'keepdepfile') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "NetworkManager provides automatic network detection and configuration." "NetworkManager provides facilities for other applications like" "browsers, email clients, or system services to be aware of the" "network's state and adjust their operation accordingly." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --with-crypto=nss --with-dhcp-client=dhcpcd \ --enable-more-warnings=no --with-distro=slackware --disable-static make || return 1 make install DESTDIR=$startdir/pkg install -m644 $startdir/src/nm-system-settings.conf $startdir/pkg/etc/NetworkManager/ }