# Contributor: Andreas Itzchak Rehberg # Maintainer: Kris Deugau # This PKGBUILD file was autogenerated and should be verified before use! pkgname=debbuild pkgver=0.9.165 pkgrel=1 pkgdesc="Building Debian packages using RPM SpecFiles" arch=('any') url="http://www.deepnet.cx/debbuild/" license=('GPL') depends=('perl' 'fakeroot' 'findutils' 'tar' 'dpkg' 'gzip' 'pax' 'make') source=(http://projects.izzysoft.de/ftp/net/div/izzysoft/$pkgname/$pkgname-$pkgver.tar.gz) md5sums('c0c2452b432cf12b230f3a6aaa6c028f') build() { cd $startdir/src/$pkgname-$pkgver make DESTDIR="${pkgdir}" prefix=/usr install } # vim: set ts=2 sw=2 et: