1 # Maintainer: Eric Forgeot < http://esclinux.tk >
6 pkgdesc="An adaptation of pmwiki using txt2tags as default syntax, to be used for creating a personal CMS or gallery"
8 url="http://pmwiki-efo.googlecode.com"
11 optdepends=('php-apache' 'xampp')
12 source=(http://pmwiki-efo.googlecode.com/files/pmwiki-efo_2011-09-21_lerouge.zip)
14 md5sums=('8021685d5c1288ce975ef4f98098235f')
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"