# Contributor: Andreas Itzchak Rehberg # Maintainer: Andreas Itzchak Rehberg # This PKGBUILD file was autogenerated and should be verified before use! pkgname=relman pkgver=0.1.6 pkgrel=1 pkgdesc="relman takes your source code from the development tree, runs the build and distributes the packages" arch=('any') url="http://www.izzysoft.de/" license=('GPL') depends=('pkgmake >= 0.1.8') backup=('etc/relman/relman.conf') source=(http://projects.izzysoft.de/ftp/net/div/izzysoft/$pkgname/$pkgname-$pkgver.tar.gz) md5sums('85d5a81cda704a808a97cd81b32b9dbc') build() { cd $startdir/src/$pkgname-$pkgver make DESTDIR="${pkgdir}" prefix=/usr install } # vim: set ts=2 sw=2 et: