1 # Maintainer: Sabart Otto - Seberm <seberm[at]gmail[dot]com>
6 pkgdesc="A flexible and lightweight wiki engine written in PHP, which uses MySQL to store pages."
9 depends=('php' 'mysql')
10 url="http://wikkawiki.org"
13 source=(http://wikkawiki.org/downloads/Wikka-${pkgver}-p7.tar.gz)
15 md5sums=('c67964e2ff98f93bfd726b8dcb786552')
20 mkdir -p $pkgdir/srv/http/wikka/
21 mv * $pkgdir/srv/http/wikka/
22 touch $pkgdir/srv/http/wikka/wikka.config.php
23 chmod 666 $pkgdir/srv/http/wikka/wikka.config.php