wok-next annotate sozi/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents c022997c7a57
children
rev   line source
al@20491 1 # SliTaz package receipt v2.
pascal@13415 2
pascal@13415 3 PACKAGE="sozi"
pascal@13415 4 VERSION="12.09-27213249"
pascal@13415 5 CATEGORY="graphics"
al@20491 6 SHORT_DESC="A small program that can play animated presentations"
pascal@13415 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15593 8 LICENSE="GPL3"
pascal@21181 9 WEB_SITE="https://sozi.baierouge.fr/"
al@20491 10
pascal@13415 11 TARBALL="$PACKAGE-release-$VERSION.zip"
pascal@13415 12 WGET_URL="https://github.com/downloads/senshu/Sozi/$TARBALL"
pascal@13415 13
al@20491 14 compile_rules() {
al@20491 15 mkdir -p $install/usr/share/inkscape/extensions/
al@20491 16 cp -a $src/* $install/usr/share/inkscape/extensions/
pascal@13415 17 }
pascal@13415 18
al@20491 19 genpkg_rules() {
al@20491 20 copy @std
al@20932 21 DEPENDS="inkscape python python-pygtk python-lxml"
pascal@13415 22 }