wok-next view dokuwiki/receipt @ rev 20443

The rest of my "home work" for update many packages (up to Xorg, GTK and Openbox) for Next and mainly for Next64. Since this point this repository is open for commits. Many errors are expected due to harfbuzz-freetype dependency loop...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Feb 24 16:17:33 2018 +0200 (2018-02-24)
parents 7fec5a9889c5
children d5aab818505e
line source
1 # SliTaz package receipt.
3 PACKAGE="dokuwiki"
4 VERSION="2012-01-25"
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 LICENSE="GPL2"
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 www.www -R $fs/var/www
19 }