wok view dokuwiki/receipt @ rev 21774

Add dasm, katarina
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 10 12:45:14 2019 +0200 (2019-07-10)
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 }