wok-next view mutagen/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents a3c581bf52b8
children aa1e58c82d61
line source
1 # SliTaz package receipt.
3 PACKAGE="mutagen"
4 VERSION="1.28"
5 CATEGORY="multimedia"
6 SHORT_DESC="Read and write audio tags for many formats"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://github.com/quodlibet/mutagen"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="$WEB_SITE/downloads/$TARBALL" # FIXME
12 TAGS="tagging asf flac m4a mp3 musepack ogg aiff id3"
14 BUILD_DEPENDS="wget cacerts python"
16 compile_rules() {
17 python -B setup.py build &&
18 python -B setup.py install --root=$install
19 }
21 genpkg_rules() {
22 cp -a $install/* $fs
23 DEPENDS="python"
24 }