wok view dokuwiki/receipt @ rev 11715

added tintin.desktop and icon
author Samuel Trassare <samuel_trassare@yahoo.com>
date Sun Feb 19 14:05:48 2012 -0800 (2012-02-19)
parents b5613798e5a3
children 7fec5a9889c5
line source
1 # SliTaz package receipt.
3 PACKAGE="dokuwiki"
4 VERSION="2011-05-25a"
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 TARBALL="$PACKAGE-$VERSION.tgz"
9 WEB_SITE="http://www.splitbrain.org/projects/dokuwiki"
10 WGET_URL="http://www.splitbrain.org/_media/projects/dokuwiki/$TARBALL"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/var/www
16 cp -a $src $fs/var/www/dokuwiki
17 chown 80.80 -R $fs/var/www
18 }