# HG changeset patch # User Pascal Bellard # Date 1349108192 -7200 # Node ID 74be309f803a0970b16127fa39b77caf5a73d6d9 # Parent 8dd5d2d3a69ef2a70491bea155fe2e54e584ac99 Add sozi diff -r 8dd5d2d3a69e -r 74be309f803a sozi/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sozi/receipt Mon Oct 01 18:16:32 2012 +0200 @@ -0,0 +1,26 @@ +# 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" +WEB_SITE="http://sozi.baierouge.fr/" +TARBALL="$PACKAGE-release-$VERSION.zip" +WGET_URL="https://github.com/downloads/senshu/Sozi/$TARBALL" + +DEPENDS="inkscape python pygtk python-lxml" +BUILD_DEPENDS="wget" + +# 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 + cp -a $src/* $fs/usr/share/inkscape +}