# Contributor: Andreas Itzchak Rehberg # Maintainer: Andreas Itzchak Rehberg # This PKGBUILD file was autogenerated and should be verified before use! pkgname=imdbphp pkgver=1.2.5 pkgrel=1 pkgdesc="Classes to access the information on imdb from php" arch=('any') url="http://www.izzysoft.de/" license=('GPL') depends=('php' 'httpd') provides=('imdbphp') source=(http://projects.izzysoft.de/ftp/net/div/izzysoft/$pkgname/$pkgname-$pkgver.tar.gz) md5sums('9c6843c542af978c6f284140eb947fce') 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: