wok-6.x annotate sozi/receipt @ rev 22625
updated cyrus-imapd and cyrus-impad-dev (2.4.17 -> 3.0.13)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Jan 12 16:58:49 2020 +0100 (2020-01-12) |
parents | 3b4e4318134e |
children | b569b85b0fb9 |
rev | line source |
---|---|
pascal@13415 | 1 # SliTaz package receipt. |
pascal@13415 | 2 |
pascal@13415 | 3 PACKAGE="sozi" |
pascal@13415 | 4 VERSION="12.09-27213249" |
pascal@13415 | 5 CATEGORY="graphics" |
pascal@13415 | 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@21506 | 9 WEB_SITE="https://github.com/senshu/Sozi" |
pascal@13415 | 10 TARBALL="$PACKAGE-release-$VERSION.zip" |
pascal@13415 | 11 WGET_URL="https://github.com/downloads/senshu/Sozi/$TARBALL" |
pascal@13415 | 12 |
pascal@13415 | 13 DEPENDS="inkscape python pygtk python-lxml" |
pascal@13415 | 14 BUILD_DEPENDS="wget" |
pascal@13415 | 15 |
pascal@13415 | 16 # Rules to configure and make the package. |
pascal@13415 | 17 compile_rules() |
pascal@13415 | 18 { |
pascal@13415 | 19 cd $src |
pascal@13415 | 20 } |
pascal@13415 | 21 |
pascal@13415 | 22 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@13415 | 23 genpkg_rules() |
pascal@13415 | 24 { |
pascal@13416 | 25 mkdir -p $fs/usr/share/inkscape/extensions |
pascal@13416 | 26 cp -a $src/* $fs/usr/share/inkscape/extensions/ |
pascal@13415 | 27 } |