# Maintainer: Luca Weiss # Contributor: Johannes Dewender arch at JonnyJD dot net # Contributor: Bartosz Feński pkgname=dh-make pkgver=2.201801 pkgrel=1 pkgdesc="Tool that converts source archives into Debian package source" arch=('any') url="http://packages.debian.org/sid/dh-make" license=('GPL') depends=('dpkg' 'make' 'python') source=(http://http.debian.net/debian/pool/main/d/${pkgname}/${pkgname}_${pkgver}.tar.xz) sha256sums=('c94a3de25822007b95b27427dcb95f52631dafb2cb902b615a3417e8f8dcde29') package() { cd "$srcdir/$pkgname-$pkgver" install -D dh_make "$pkgdir"/usr/bin/dh_make install -d "$pkgdir"/usr/share/debhelper/dh_make cp -a lib/* "$pkgdir"/usr/share/debhelper/dh_make/ install -Dm644 dh_make.1 "$pkgdir"/usr/share/man/man8/dh_make.8 } # vim:set ts=2 sw=2 et: