wok-6.x diff dokuwiki/receipt @ rev 9676
Fixed tazdev. Tazwok uses mercurial| not hg| in WGET_URL.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed May 04 16:22:49 2011 +0000 (2011-05-04) |
parents | |
children | 56c7b3252d19 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dokuwiki/receipt Wed May 04 16:22:49 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 +