# Description: # URL: # Maintainer: Antonio SJ Musumeci, bile at landofbile dot com # Packager: # Depends on: name=dhcdbd version=2.8 release=1 source=(http://people.redhat.com/dcantrel/dhcdbd/$name-$version.tar.bz2 http://www.linuxpowertop.org/patches/dhcdbd.patch dhcdbd.script) build() { cd $name-$version patch -Np1 < ../dhcdbd.patch make make DESTDIR=$PKG install mkdir -p $PKG/etc/rc.d install -m755 $SRC/dhcdbd.script $PKG/etc/rc.d/dhcdbd }