1 # Old Maintainer: Oleg Ababilov <admin@it-std.ru>
2 # Actual Mantainer: Berseker <berseker86@gmail.com>
8 pkgdesc="A high powered, fully scalable, and highly customisable open-source bbs package."
10 url="http://www.phpbb.com"
12 depends=('php' 'mysql')
13 backup=(srv/http/phpBB3/.htaccess \
14 srv/http/phpBB3/config.php)
15 source=(http://www.phpbb.com/files/release/phpBB-${_realver}.tar.bz2)
20 local _wwwroot=`grep ^DocumentRoot /etc/httpd/conf/httpd.conf | sed 's|DocumentRoot ||' | sed 's|"||g'`
21 if [ -z $_wwwroot ] ; then
27 instdir=$startdir/pkg$_wwwroot/phpBB3
30 cp -ra $startdir/src/phpBB3/* .
32 md5sums=('1baa799b0d10b0df794a5a408ff80e59')