wok-next view dokuwiki/receipt @ rev 11785

Down gnumeric (0.8.16) 0.8.17 references gtk+-3. Removed unrecognized option from goffice
author Samuel Trassare <samuel_trassare@yahoo.com>
date Fri Feb 24 10:18:11 2012 -0800 (2012-02-24)
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 }