updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / wikka / PKGBUILD
blob5db39d2647cdfe1da24104cd15829ec0f0a6207f
1 # Maintainer: Sabart Otto - Seberm <seberm[at]gmail[dot]com>
3 pkgname=wikka
4 pkgver=1.3.2
5 pkgrel=1
6 pkgdesc="A flexible and lightweight wiki engine written in PHP, which uses MySQL to store pages."
7 arch=('any')
8 license=('custom')
9 depends=('php' 'mysql')
10 url="http://wikkawiki.org"
11 backup=()
12 install=wikka.install
13 source=(http://wikkawiki.org/downloads/Wikka-${pkgver}-p7.tar.gz)
15 md5sums=('c67964e2ff98f93bfd726b8dcb786552')
17 build() {
18   #cd $srcdir/Wikka
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