# Contributor: Andreas Itzchak Rehberg # Maintainer: Andreas Itzchak Rehberg # This PKGBUILD file was autogenerated and should be verified before use! pkgname=histview pkgver=0.1.8 pkgrel=1 pkgdesc="HistView parses "history" files and generates HTML pages." arch=('any') url="http://www.izzysoft.de/" license=('GPL') depends=('php' 'httpd') provides=('histview') backup=('usr/share/histview/class.hvconfig.inc' 'usr/share/histview/histview_ignorebots' 'usr/share/histview/histview_rejectbots' 'usr/share/histview/histview_crawlernets') source=(http://projects.izzysoft.de/ftp/net/div/izzysoft/$pkgname/$pkgname-$pkgver.tar.gz) md5sums('79cccfe68a858b36f6b84fd546724b0d') build() { cd $startdir/src/$pkgname-$pkgver make DESTDIR="${pkgdir}" prefix=/usr install if [ ! -e /var/www/histview ]; then ln -s /usr/share/histview /var/www/histview; fi } # vim: set ts=2 sw=2 et: