updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / pmwiki-efo / PKGBUILD
blobf65f1f96eea115df13b1f667089bc5f499b34b05
1 # Maintainer: Eric Forgeot < http://esclinux.tk >
3 pkgname=pmwiki-efo
4 pkgver=2011_09_21
5 pkgrel=1
6 pkgdesc="An adaptation of pmwiki using txt2tags as default syntax, to be used for creating a personal CMS or gallery"
7 arch=('any')
8 url="http://pmwiki-efo.googlecode.com"
9 license=('GPLv2')
10 depends=('')
11 optdepends=('php-apache' 'xampp')
12 source=(http://pmwiki-efo.googlecode.com/files/pmwiki-efo_2011-09-21_lerouge.zip)
14 md5sums=('8021685d5c1288ce975ef4f98098235f')
17 build() {
18   cd $srcdir/${pkgname}
19         mkdir -p $startdir/pkg/srv/http/
20     cp -r $srcdir/$pkgname $startdir/pkg/srv/http/
21     chmod -R 777 $startdir/pkg/srv/http/$pkgname
22     echo -e "\n\nto configure php and apache see https://wiki.archlinux.org/index.php/Apache#PHP \n\n"