wok view puddletag/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
parents 16df76e1fc6a
children 5ea0ce1cecc0
line source
1 # SliTaz package receipt.
3 PACKAGE="puddletag"
4 VERSION="1.2.0"
5 CATEGORY="multimedia"
6 TAGS="tagging ogg mp3 apev2 mp4 id3"
7 SHORT_DESC="A simple, powerful audio tag editor."
8 MAINTAINER="al.bobylev@gmail.com"
9 LICENSE="GPL3"
10 WEB_SITE="https://docs.puddletag.net/"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="https://github.com/keithgg/$PACKAGE/releases/download/v$VERSION/$TARBALL"
15 DEPENDS="mutagen python-configobj python-pyparsing PyQt-x11-gpl"
16 BUILD_DEPENDS="python"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 python setup.py build
22 python setup.py install --root=$DESTDIR
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cp -a $install/* $fs
29 }