# HG changeset patch # User Christopher Rogers # Date 1298482704 0 # Node ID b5613798e5a3fb929bc599add64fe1921e8dd5c2 # Parent 140d47a938a99fe26e0021270e2665f07c37d791 Add dokuwiki. diff -r 140d47a938a9 -r b5613798e5a3 dokuwiki/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dokuwiki/receipt Wed Feb 23 17:38:24 2011 +0000 @@ -0,0 +1,20 @@ +# SliTaz package receipt. + +PACKAGE="dokuwiki" +VERSION="2010-11-07a" +CATEGORY="development" +SHORT_DESC="DokuWiki is a simple to use Wiki aimed at the documentation needs of a smail company." +MAINTAINER="slaxemulator@gmail.com" +DEPENDS="" +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 80.80 -R $fs/var/www +} +