
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/ }
6093 packages and 258600 files in current database (Wed Apr 23 16:49:15 2025)