wok view mutagen/receipt @ rev 20119

slitaz-base-files (333), slitaz-boot-scripts (445), slitaz-configs (313), slitaz-tools (1025), tazbug (152), tazinst (93), tazirc (22), tazlito (469), tazpanel (617), tazweb (208): revision of german messages
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 14 10:45:51 2017 +0200 (2017-10-14)
parents 2e5434fe0bdb
children eeba7ab1dffe
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="rj.rohit@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="https://bitbucket.org/lazka/mutagen"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="$WEB_SITE/downloads/$TARBALL"
12 TAGS="tagging asf flac m4a mp3 musepack ogg aiff id3"
14 DEPENDS="python"
15 BUILD_DEPENDS="wget cacerts python"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 python setup.py build
21 python setup.py install --root=$DESTDIR
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/* $fs
28 }