wok-6.x annotate dokuwiki/receipt @ rev 21975
updated st (0.5 -> 0.8.2)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Oct 11 14:31:25 2019 +0100 (2019-10-11) |
parents | eb8067417980 |
children | d8c511e24c20 |
rev | line source |
---|---|
slaxemulator@8821 | 1 # SliTaz package receipt. |
slaxemulator@8821 | 2 |
slaxemulator@8821 | 3 PACKAGE="dokuwiki" |
Hans-G?nter@20841 | 4 VERSION="20180422b" |
slaxemulator@8821 | 5 CATEGORY="development" |
slaxemulator@8821 | 6 SHORT_DESC="DokuWiki is a simple to use Wiki aimed at the documentation needs of a smail company." |
slaxemulator@8821 | 7 MAINTAINER="slaxemulator@gmail.com" |
pascal@15579 | 8 LICENSE="GPL2" |
Hans-G?nter@20841 | 9 WEB_SITE="https://www.dokuwiki.org/dokuwiki" |
Hans-G?nter@20841 | 10 |
slaxemulator@8821 | 11 TARBALL="$PACKAGE-$VERSION.tgz" |
Hans-G?nter@20841 | 12 WGET_URL="http://download.dokuwiki.org/src/$PACKAGE/$PACKAGE-2018-04-22b.tgz" |
slaxemulator@8821 | 13 |
slaxemulator@8821 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
slaxemulator@8821 | 15 genpkg_rules() |
slaxemulator@8821 | 16 { |
slaxemulator@8821 | 17 mkdir -p $fs/var/www |
slaxemulator@8821 | 18 cp -a $src $fs/var/www/dokuwiki |
erjo@11828 | 19 chown www.www -R $fs/var/www |
slaxemulator@8821 | 20 } |