wok view picard/receipt @ rev 19481

Add picard
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Nov 02 03:55:15 2016 +0200 (2016-11-02)
parents
children 4b55a51aefa5
line source
1 # SliTaz package receipt.
3 PACKAGE="picard"
4 VERSION="1.4.0.5"
5 # Last v 1.3.2 released on 7 Jan 2015, but project is actively developed
6 COMMIT="46dbab9"
7 CATEGORY="utilities"
8 SHORT_DESC="Picard is a cross-platform music tagger written in Python"
9 MAINTAINER="al.bobylev@gmail.com"
10 LICENSE="GPL2"
11 WEB_SITE="https://picard.musicbrainz.org/"
12 TARBALL="$PACKAGE-$COMMIT.tar.gz"
13 WGET_URL="https://github.com/metabrainz/picard/archive/$COMMIT.tar.gz"
15 DEPENDS="python PyQt-x11-gpl mutagen"
16 BUILD_DEPENDS="python-dev PyQt-x11-gpl mutagen svgcleaner"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 python setup.py install --root="$install"
22 cook_compress_png
23 find $install -name '*.svg' -exec svgcleaner \{\} \{\} \;
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 cp -a $install/* $fs
30 }