# Maintainer: Luke Shumaker pkgname=(parabolaweb-utils parabolaweb-dev) pkgver=20131112 pkgdesc="Utilities for managing the parabolaweb website application" url="https://projects.parabolagnulinux.org/packages/parabolaweb-utils.git/" license=('GPL2') # The commit to get dependency info for _parabolaweb_commit=c8eef42e8085e1e00af4031ec407b5e047194363 pkgrel=1 epoch=1 arch=('any') source=( "https://projects.parabolagnulinux.org/packages/$pkgname.git/snapshot/$pkgname-$pkgver.tar.bz2" "requirements_prod-${_parabolaweb_commit}.txt::https://projects.parabolagnulinux.org/parabolaweb.git/plain/requirements_prod.txt?id=${_parabolaweb_commit}" ) build() { cd "$srcdir/$pkgname-$pkgver" prod_file="file://${srcdir}/requirements_prod-${_parabolaweb_commit}.txt" make } package_parabolaweb-utils() { cd "$srcdir/$pkgbase-$pkgver" depends=($(cat depends.txt)) backup=('etc/conf.d/parabolaweb') make install DESTDIR="$pkgdir" } package_parabolaweb-dev() { cd "$srcdir/$pkgbase-$pkgver" pkgdesc="Depends on packages needed to develop parabolaweb" depends=($(sed -r -e 's/\s*#.*//' depends_make.txt)) } md5sums=('5fef1c006f8155feb030e83ff66c2400' 'c84e52d81683cb3d572571ac19be89ac')