wok view dokuwiki/receipt @ rev 21105

updated less (444 -> 550)
author Hans-G?nter Theisgen
date Tue Mar 19 13:49:21 2019 +0100 (2019-03-19)
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 }