# SliTaz package receipt.

PACKAGE="dokuwiki"
VERSION="2012-01-25"
CATEGORY="development"
SHORT_DESC="DokuWiki is a simple to use Wiki aimed at the documentation needs of a smail company."
MAINTAINER="slaxemulator@gmail.com"
TARBALL="$PACKAGE-$VERSION.tgz"
WEB_SITE="http://www.splitbrain.org/projects/dokuwiki"
WGET_URL="http://www.splitbrain.org/_media/projects/dokuwiki/$TARBALL"

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
	mkdir -p $fs/var/www
	cp -a $src $fs/var/www/dokuwiki
	chown www.www -R $fs/var/www
}