SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "lionwiki"

# SliTaz package receipt.

PACKAGE="lionwiki"
VERSION="3.2.12"
CATEGORY="office"
SHORT_DESC="Minimalist Wiki engine programmed in PHP."
MAINTAINER="pascal.bellard@slitaz.org"
LICENSE="GPL2"
WEB_SITE="https://web.archive.org/web/20230706005008/http://lionwiki.0o.cz/index.php?page=Main+page"

TARBALL="$PACKAGE-$VERSION.zip"
WGET_URL="https://distro.ibiblio.org/slitaz/sources/packages/${TARBALL:0:1}/$TARBALL"

DEPENDS="lighttpd php"

CONFIG_FILES="/var/www/lionwikiss/config.php"

HOST_ARCH="any"

# What is the latest version available today?
current_version()
{
    wget -O - http://lionwiki.0o.cz/index.php?page=Main+page 2>/dev/null | \
    sed 's|</li>|&\n|g' | sed '/was released/!d;s|.*LionWiki ||;s| .*||;q'
}

# Rules to configure and make the package.
compile_rules()
{
    cd $src
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/var/www
    cp -a $src        $fs/var/www/lionwiki
    chown -R www.www    $fs/var/www/lionwiki
}
6011 packages and 861676 files in cooking database (Sun Jun 15 00:48:28 2025)