wok annotate sozi/receipt @ rev 15574

Add lionwiki
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Nov 29 08:13:21 2013 +0000 (2013-11-29)
parents 74be309f803a
children 3b4e4318134e
rev   line source
pascal@13415 1 # SliTaz package receipt.
pascal@13415 2
pascal@13415 3 PACKAGE="sozi"
pascal@13415 4 VERSION="12.09-27213249"
pascal@13415 5 CATEGORY="graphics"
pascal@13415 6 SHORT_DESC="A small program that can play animated presentations."
pascal@13415 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@13415 8 WEB_SITE="http://sozi.baierouge.fr/"
pascal@13415 9 TARBALL="$PACKAGE-release-$VERSION.zip"
pascal@13415 10 WGET_URL="https://github.com/downloads/senshu/Sozi/$TARBALL"
pascal@13415 11
pascal@13415 12 DEPENDS="inkscape python pygtk python-lxml"
pascal@13415 13 BUILD_DEPENDS="wget"
pascal@13415 14
pascal@13415 15 # Rules to configure and make the package.
pascal@13415 16 compile_rules()
pascal@13415 17 {
pascal@13415 18 cd $src
pascal@13415 19 }
pascal@13415 20
pascal@13415 21 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@13415 22 genpkg_rules()
pascal@13415 23 {
pascal@13416 24 mkdir -p $fs/usr/share/inkscape/extensions
pascal@13416 25 cp -a $src/* $fs/usr/share/inkscape/extensions/
pascal@13415 26 }