# Contributor: Andreas Itzchak Rehberg # Maintainer: Andreas Itzchak Rehberg # This PKGBUILD file was autogenerated and should be verified before use! pkgname=imdbphp2 pkgver=2.1.2 pkgrel=1 pkgdesc="Classes to access the information on IMDB and MoviePilot from php" arch=('any') url="http://www.izzysoft.de/" license=('GPL') depends=('php' 'httpd') provides=('imdbphp' 'imdbphp2') source=(http://projects.izzysoft.de/ftp/net/div/izzysoft/$pkgname/$pkgname-$pkgver.tar.gz) md5sums('db6dbd981117cec58e1323bcdc45c598') build() { cd $startdir/src/$pkgname-$pkgver make DESTDIR="${pkgdir}" prefix=/usr install echo "Placeholder, may be deleted" >${pkgdir}/usr/share/imdbphp/cache/dummy echo "Placeholder, may be deleted" >${pkgdir}/usr/share/imdbphp/images/dummy if [ ! -e /var/www/imdbphp ]; then ln -s /usr/share/imdbphp /var/www/imdbphp; fi } # vim: set ts=2 sw=2 et: