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 '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;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
}
5935 packages and 845883 files in cooking database (Sun Jun 2 00:46:56 2024)