wok-next view sozi/receipt @ rev 21488
updated apache (2.4.28 -> 2.4.43)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Jun 18 16:38:11 2020 +0100 (2020-06-18) |
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 }