SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "dokuwiki"

# SliTaz package receipt.

PACKAGE="dokuwiki"
VERSION="2020-07-29"
CATEGORY="development"
SHORT_DESC="DokuWiki is a simple to use Wiki aimed at the documentation needs of a smail company."
MAINTAINER="slaxemulator@gmail.com"
LICENSE="GPL2"
WEB_SITE="https://www.dokuwiki.org/dokuwiki"

TARBALL="$PACKAGE-$VERSION.tgz"
WGET_URL="https://download.dokuwiki.org/src/$PACKAGE/$TARBALL"

# What is the latest version available today?
current_version()
{
    wget -O - https://github.com/splitbrain/dokuwiki/tags 2>/dev/null | \
    sed '/archive.*tar/!d;/candidate/d;s|.*/v*\(.*\).tar.*|\1|;s|.*stable_||;q'
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/var/www
    cp -a $src        $fs/var/www/dokuwiki
    chown www.www -R    $fs/var/www
}
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)