wok rev 8821

Add dokuwiki.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Feb 23 17:38:24 2011 +0000 (2011-02-23)
parents 140d47a938a9
children f2661bf09753
files dokuwiki/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/dokuwiki/receipt	Wed Feb 23 17:38:24 2011 +0000
     1.3 @@ -0,0 +1,20 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="dokuwiki"
     1.7 +VERSION="2010-11-07a"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="DokuWiki is a simple to use Wiki aimed at the documentation needs of a smail company."
    1.10 +MAINTAINER="slaxemulator@gmail.com"
    1.11 +DEPENDS=""
    1.12 +TARBALL="$PACKAGE-$VERSION.tgz"
    1.13 +WEB_SITE="http://www.splitbrain.org/projects/dokuwiki"
    1.14 +WGET_URL="http://www.splitbrain.org/_media/projects/dokuwiki/$TARBALL"
    1.15 +
    1.16 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.17 +genpkg_rules()
    1.18 +{
    1.19 +	mkdir -p $fs/var/www
    1.20 +	cp -a $src $fs/var/www/dokuwiki
    1.21 +	chown 80.80 -R $fs/var/www
    1.22 +}
    1.23 +