wok view dokuwiki/receipt @ rev 22033

Add fs-uae
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Oct 21 10:33:44 2019 +0300 (2019-10-21)
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 }