updated on Sun Jan 15 08:01:04 UTC 2012
[aur-mirror.git] / debhelper / PKGBUILD
blobfaa16af31fee176dc9c44eb84c3db95a305a5aa9
1 # Contributor: Andrei "Garoth" Thorp <garoth "at the nice" gmail "dot" com>
2 pkgname=debhelper
3 pkgver=8.0.0
4 pkgrel=1
5 pkgdesc="Debian's debhelper tools for people wanting to build debs."
6 arch=('i686' 'x86_64')
7 url="http://kitenet.net/~joey/code/debhelper/"
8 license=('GPL')
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')
12 backup=()
13 source=( "https://launchpad.net/debian/+archive/primary/+files/${pkgname}_${pkgver}.tar.gz" )
14 md5sums=('000860ea8f7ac6d190d75a9c4155050a')
16 build() {
17   cd "$srcdir/$pkgname"
19   make || return 1
20   make DESTDIR="$pkgdir/" install
23 # vim:set ts=2 sw=2 et: