wok-next view sozi/receipt @ rev 21229

updated clamav (0.99.4 -> 0.101.1)
author Hans-G?nter Theisgen
date Tue Dec 03 16:54:38 2019 +0100 (2019-12-03)
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 }