wok view sozi/receipt @ rev 15709

Up:Postfix (2.10.2) + Add SSL support
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun Dec 22 22:07:24 2013 +0100 (2013-12-22)
parents 75fd9807ccc5
children 626c3828c08f
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 LICENSE="GPL3"
9 WEB_SITE="http://sozi.baierouge.fr/"
10 TARBALL="$PACKAGE-release-$VERSION.zip"
11 WGET_URL="https://github.com/downloads/senshu/Sozi/$TARBALL"
13 DEPENDS="inkscape python pygtk python-lxml"
14 BUILD_DEPENDS="wget"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/share/inkscape/extensions
26 cp -a $src/* $fs/usr/share/inkscape/extensions/
27 }