wok view dokuwiki/receipt @ rev 22381

updated openexr-dev (2.2.0 -> 2.3.0)
author Hans-G?nter Theisgen
date Thu Nov 28 09:06:31 2019 +0100 (2019-11-28)
parents eb8067417980
children d8c511e24c20
line source
1 # SliTaz package receipt.
3 PACKAGE="dokuwiki"
4 VERSION="20180422b"
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 WEB_SITE="https://www.dokuwiki.org/dokuwiki"
11 TARBALL="$PACKAGE-$VERSION.tgz"
12 WGET_URL="http://download.dokuwiki.org/src/$PACKAGE/$PACKAGE-2018-04-22b.tgz"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/var/www
18 cp -a $src $fs/var/www/dokuwiki
19 chown www.www -R $fs/var/www
20 }