wok-6.x annotate sozi/receipt @ rev 17539
apulse: add deps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jan 25 14:19:52 2015 +0100 (2015-01-25) |
parents | 75fd9807ccc5 |
children | 626c3828c08f |
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@13415 | 9 WEB_SITE="http://sozi.baierouge.fr/" |
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 } |