1 # Maintainer: Alexander Rødseth <rodseth@gmail.com>
5 pkgdesc='Light weight forum written in PHP'
7 url='http://vanillaforums.org/'
9 depends=('php' 'php-gd')
10 optdepends=("apache: Web server to run $pkgname"
11 "cherokee: Lightweight Web server to run $pkgname"
12 'mysql: Database server')
14 install=$pkgname.install
15 source=("http://vanillaforums.org/get/$pkgname-core.zip")
16 sha256sums=('3113a1238b21d61be4a1b93fb79c7d950a78bbdad7eda099d55ce65cb79a30bf')
21 install -d "$pkgdir/srv/http"
22 cp -r "$pkgname" "$pkgdir/srv/http"
25 # vim:set ts=2 sw=2 et: