#Maintainer: George Vlahavas (vlahavas@gmail.com, gapan@zenwalk forums) pkgname=dhcdbd pkgver=2.0 pkgrel=1 zenver=50 arch=i486 source=("http://users.zenwalk.org/user-accounts/gapan/dhcdbd/dhcdbd-2.0.tar.gz" "http://users.zenwalk.org/user-accounts/gapan/dhcdbd/dhcdbd-allow-users.patch") docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") options=('norequiredbuilder' 'keepdepfile') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "dhcdbd provides a D-Bus interface to dhclient" "dhcdbd provides a D-Bus interface to dhclient, the DHCP client from" "ISC, so applications such as NetworkManager can query and control" "dhclient. This allows an application-neutral interface for such" "operations" ) build() { cd $startdir/src/$pkgname-$pkgver make || return 1 make install DESTDIR=$startdir/pkg # Allow non privileged users to use dhcdbd cd $startdir/pkg/etc/dbus-1/system.d patch -p0<$startdir/src/dhcdbd-allow-users.patch }