wok-next view sozi/receipt @ rev 21153

Small updates.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 31 16:45:41 2019 +0200 (2019-01-31)
parents 2f03cb67a994
children 3bc985504162
line source
1 # SliTaz package receipt v2.
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/"
11 TARBALL="$PACKAGE-release-$VERSION.zip"
12 WGET_URL="https://github.com/downloads/senshu/Sozi/$TARBALL"
14 compile_rules() {
15 mkdir -p $install/usr/share/inkscape/extensions/
16 cp -a $src/* $install/usr/share/inkscape/extensions/
17 }
19 genpkg_rules() {
20 copy @std
21 DEPENDS="inkscape python python-pygtk python-lxml"
22 }