wok-next view sozi/receipt @ rev 21715

Up cookutils (1146)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jul 28 07:53:22 2020 +0000 (2020-07-28)
parents c022997c7a57
children
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="https://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 }