SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "sozi"

# SliTaz package receipt.

PACKAGE="sozi"
VERSION="12.09-27213249"
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/downloads/senshu/Sozi/$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 '/archive.*tar/!d;s|.*/[A-Za-z_-]*\(.*\).tar.*|\1|;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/
}
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)