dokuwiki: upgraded to version 2007-06-26

This commit is contained in:
Simon Gloßner 2007-06-29 01:06:50 +02:00
parent 6a33119d43
commit b4c0e05df9
2 changed files with 4 additions and 3 deletions

View File

@ -1 +1 @@
25658a40d4c403963d85d79623a6db05 dokuwiki-rc2007-05-24.tgz
65e595dfb9a49c282d0e757b303c133d dokuwiki-2007-06-26.tgz

View File

@ -4,7 +4,7 @@
# Depends on: apache, mod_php
name=dokuwiki
version=rc2007-05-24
version=2007-06-26
release=1
source=(http://www.splitbrain.org/_media/projects/dokuwiki/${name}-${version}.tgz)
@ -16,7 +16,8 @@ build() {
mkdir -p $PKG/var/www/htdocs/dokuwiki/
cp -r ./ $PKG/var/www/htdocs/dokuwiki/
chown -R www.www $PKG/var/www/htdocs/dokuwiki/data
rm -f $PKG/var/www/htdocs/dokuwiki/{COPYING,README,VERSION}
find $PKG -path '*lang/*' ! -wholename '*/en*' -type d | xargs rm -rf
chown -R www.www $PKG/var/www/htdocs/dokuwiki/data
}