wok-next view sozi/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents 3b4e4318134e
children c022997c7a57
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="http://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 pygtk python-lxml"
22 }