wok view 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
line source
1 # SliTaz package receipt.
3 PACKAGE="sozi"
4 VERSION="12.09-27213249"
5 CATEGORY="graphics"
6 SHORT_DESC="A small program that can play animated presentations."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://sozi.baierouge.fr/"
9 TARBALL="$PACKAGE-release-$VERSION.zip"
10 WGET_URL="https://github.com/downloads/senshu/Sozi/$TARBALL"
12 DEPENDS="inkscape python pygtk python-lxml"
13 BUILD_DEPENDS="wget"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr/share/inkscape/extensions
25 cp -a $src/* $fs/usr/share/inkscape/extensions/
26 }