# Contributor: Andreas Itzchak Rehberg # Maintainer: Andreas Itzchak Rehberg # This PKGBUILD file was autogenerated and should be verified before use! pkgname=phpvideopro pkgver=0.9.7 pkgrel=1 pkgdesc="A PHP+MySQL/PostgreSQL driven video database" arch=('any') url="http://www.izzysoft.de/" license=('GPL') depends=('php' 'httpd') provides=('phpvideopro') backup=('usr/share/phpvideopro/inc/config.inc' 'usr/share/phpvideopro/.htaccess') source=(http://projects.izzysoft.de/ftp/net/div/izzysoft/$pkgname/$pkgname-$pkgver.tar.gz) md5sums('b4d1566fab0a490cb1f8393d21ec4d6e') build() { cd $startdir/src/$pkgname-$pkgver make DESTDIR="${pkgdir}" prefix=/usr install if [ ! -e /var/www/phpvideopro ]; then ln -s /usr/share/phpvideopro /var/www/phpvideopro; fi } # vim: set ts=2 sw=2 et: