wok-next annotate sozi/receipt @ rev 20936

Update cmake
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Aug 24 15:44:57 2018 +0300 (2018-08-24)
parents 2f03cb67a994
children 3bc985504162
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@13415 9 WEB_SITE="http://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 }