wok view python-pyexiv2/receipt @ rev 14812

Up: squid, squid-* (3.3.4)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed Jul 17 13:37:22 2013 +0200 (2013-07-17)
parents a87d26142dcc
children 7896f0694ef6
line source
1 # SliTaz package receipt.
3 PACKAGE="python-pyexiv2"
4 VERSION="0.3.2"
5 SOURCE="pyexiv2"
6 CATEGORY="development"
7 SHORT_DESC="Python binding for manipulation of EXIF, IPTC and XMP metadata."
8 MAINTAINER="pascal.bellard@slitaz.org"
9 WEB_SITE="http://tilloy.net/dev/pyexiv2/"
10 TARBALL="$SOURCE-$VERSION.tar.bz2"
11 WGET_URL="https://launchpad.net/$SOURCE/${VERSION%?}x/$VERSION/+download/$TARBALL"
13 DEPENDS="python exiv2 libboost-python"
14 BUILD_DEPENDS="python wget scons exiv2-dev libboost-python-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 scons PREFIX=/usr
21 scons -k DESTDIR=$DESTDIR install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/usr $fs
28 }