wok view sozi/receipt @ rev 13847

frogatto: try to fix build (Boost 1.47 removed a deprecated function...) btw, we use boost 1.50
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jan 09 01:13:47 2013 +0000 (2013-01-09)
parents 74be309f803a
children 3b4e4318134e
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 WEB_SITE="http://sozi.baierouge.fr/"
9 TARBALL="$PACKAGE-release-$VERSION.zip"
10 WGET_URL="https://github.com/downloads/senshu/Sozi/$TARBALL"
12 DEPENDS="inkscape python pygtk python-lxml"
13 BUILD_DEPENDS="wget"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr/share/inkscape/extensions
25 cp -a $src/* $fs/usr/share/inkscape/extensions/
26 }