1 # Contributor: Andrei "Garoth" Thorp <garoth "at the nice" gmail "dot" com>
5 pkgdesc="Debian's debhelper tools for people wanting to build debs."
7 url="http://kitenet.net/~joey/code/debhelper/"
9 depends=('binutils' 'dpkg>=1.14.15' 'file>=3.23' 'html2text' 'man-db>=2.5.1' 'perl>=5.6.0' 'po-debconf')
10 makedepends=('po4a>=0.24' 'man-db>=2.5.1' 'file>=3.23')
11 optdepends=('dh-make')
13 source=( "https://launchpad.net/debian/+archive/primary/+files/${pkgname}_${pkgver}.tar.gz" )
14 md5sums=('000860ea8f7ac6d190d75a9c4155050a')
20 make DESTDIR="$pkgdir/" install
23 # vim:set ts=2 sw=2 et: