1 # Maintainer : pablonicolas.diaz|-at-|gmail.com
3 pkgname=phpbb2-style-adinfinitum
6 pkgdesc="A high powered, fully scalable, and highly customisable open-source bbs package. AdInfinitum Style"
8 url="http://www.phpbb.com"
10 depends=('php' 'mysql' 'phpbb2')
11 backup=(srv/http/phpBB3/.htaccess \
12 srv/http/phpBB3/config.php)
13 source=(http://www.phpbb.com/styles/db/download/2687/adinfinitum.zip)
14 md5sums=('f01bca788d385ab085af9941aef26ebd')
19 local _wwwroot=`grep ^DocumentRoot /etc/httpd/conf/httpd.conf | sed 's|DocumentRoot ||' | sed 's|"||g'`
20 if [ -z $_wwwroot ] ; then
26 instdir=$startdir/pkg$_wwwroot/phpBB3/styles/AdInfinitum
29 cp -ra ${srcdir}/AdInfinitum/* .