SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "sozi"

# SliTaz package receipt.

PACKAGE="sozi"
VERSION="13.11-30213629"
CATEGORY="graphics"
SHORT_DESC="A small program that can play animated presentations."
MAINTAINER="pascal.bellard@slitaz.org"
LICENSE="GPL3"
WEB_SITE="https://github.com/senshu/Sozi"
TARBALL="$PACKAGE-release-$VERSION.zip"
WGET_URL="https://github.com/sozi-projects/Sozi/releases/download/${VERSION%-*}/$TARBALL"

DEPENDS="inkscape python pygtk python-lxml"
BUILD_DEPENDS="wget"

# What is the latest version available today?
current_version()
{
    wget -O - $WEB_SITE/releases 2>/dev/null | \
    sed '/tag\//!d;/-rc[0-9]/d;/-beta/d;s|.*tag/[A-Za-z_-]*||;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/usr/share/inkscape/extensions
    cp -a $src/* $fs/usr/share/inkscape/extensions/
}
5935 packages and 845883 files in cooking database (Sun Jun 30 00:45:24 2024)