wok view sozi/receipt @ rev 23973

Up openconnect (8.10), openexr (2.5.3), openldap (2.4.55), openssh (8.4p1), openvswitch (2.14.0), phpmyadmin (5.0.4), rust (1.47.0), shellinabox (2.21)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Oct 28 12:04:50 2020 +0000 (2020-10-28)
parents 3b4e4318134e
children b569b85b0fb9
line source
1 # SliTaz package receipt.
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://github.com/senshu/Sozi"
10 TARBALL="$PACKAGE-release-$VERSION.zip"
11 WGET_URL="https://github.com/downloads/senshu/Sozi/$TARBALL"
13 DEPENDS="inkscape python pygtk python-lxml"
14 BUILD_DEPENDS="wget"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/share/inkscape/extensions
26 cp -a $src/* $fs/usr/share/inkscape/extensions/
27 }