wok-next view python-pyexiv2/receipt @ rev 20957

Random updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Sep 05 15:26:05 2018 +0300 (2018-09-05)
parents 7506b35e1c6f
children c9a7a7b42a86
line source
1 # SliTaz package receipt.
3 PACKAGE="python-pyexiv2"
4 VERSION="0.3.2"
5 CATEGORY="development"
6 SHORT_DESC="Python binding for manipulation of EXIF, IPTC and XMP metadata."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://web.archive.org/web/20170823035430/http://tilloy.net/dev/pyexiv2/"
10 REPOLOGY="pyexiv2" # python:pyexiv2
12 SOURCE="pyexiv2"
13 TARBALL="$SOURCE-$VERSION.tar.bz2"
14 WGET_URL="https://launchpad.net/$SOURCE/${VERSION%?}x/$VERSION/+download/$TARBALL"
16 DEPENDS="python exiv2 boost-python"
17 BUILD_DEPENDS="python-dev wget scons exiv2-dev boost-dev boost-python"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 scons PREFIX=/usr
23 scons -k DESTDIR=$DESTDIR install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 cp -a $install/usr $fs
30 }