# Description: A small utilities from the Debian project # URL: http://packages.qa.debian.org/d/debianutils.html # Maintainer: Clint Adams # Packager: Maxim Falcony falconyeat users dot sourceforge dot net # Depends on: po4a name=dpkg version=1.14.23 release=1 source=(ftp://ftp.debian.org/debian/pool/main/d/$name/$name\_$version.tar.gz ) build () { cd $name-$version ./configure --prefix=/usr --sysconfdir=/etc make make DESTDIR=$PKG install }