1 # Maintainer: Antoine Lubineau <antoine@lubignon.info>
2 # Contributor: Andrei "Garoth" Thorp <garoth "at the nice" gmail "dot" com>
7 pkgdesc="A collection of programs that can be used in a debian/rules file to automate common tasks"
9 url="http://kitenet.net/~joey/code/debhelper/"
10 license=('GPL2' 'GPL3')
11 depends=('binutils' 'dpkg>=1.14.15' 'file>=3.23' 'html2text' 'man-db>=2.5.1' 'perl>=5.6.0' 'po-debconf')
12 makedepends=('po4a>=0.24' 'man-db>=2.5.1' 'file>=3.23')
13 optdepends=('dh-make')
14 source=("http://launchpad.net/debhelper/main/$pkgver/+download/debhelper_$pkgver.tar.gz")
15 sha256sums=('be935f693533fdd8c1f9bafd6b4bf746e4e9542a15a4f64d87a8cdd7a57524a4')
24 make DESTDIR="$pkgdir/" install
27 # vim:set ts=2 sw=2 et: