wok view dokuwiki/receipt @ rev 9509

Fixed lxpanel-extra.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Apr 06 07:57:02 2011 +0000 (2011-04-06)
parents
children 56c7b3252d19
line source
1 # SliTaz package receipt.
3 PACKAGE="dokuwiki"
4 VERSION="2010-11-07a"
5 CATEGORY="development"
6 SHORT_DESC="DokuWiki is a simple to use Wiki aimed at the documentation needs of a smail company."
7 MAINTAINER="slaxemulator@gmail.com"
8 DEPENDS=""
9 TARBALL="$PACKAGE-$VERSION.tgz"
10 WEB_SITE="http://www.splitbrain.org/projects/dokuwiki"
11 WGET_URL="http://www.splitbrain.org/_media/projects/dokuwiki/$TARBALL"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/var/www
17 cp -a $src $fs/var/www/dokuwiki
18 chown 80.80 -R $fs/var/www
19 }