# devfsd, ftp://ftp.kernel.org/pub/linux/daemons/devfsd/ name=devfsd version=1.3.25 release=1 source=(ftp://ftp.kernel.org/pub/linux/daemons/devfsd/$name-v$version.tar.gz \ devfsd.conf) build() { cd $name make make PREFIX=$PKG MANDIR=$PKG/usr/share/man install rm -f $PKG/etc/devfsd.conf cp ../devfsd.conf $PKG/etc/devfsd.conf chmod 644 $PKG/etc/devfsd.conf chown root.root $PKG -R }