wok-next view mutagen/receipt @ rev 20930

pyaudio -> python-pyaudio
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Aug 23 07:07:52 2018 +0300 (2018-08-23)
parents 16df76e1fc6a
children d5aab818505e
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://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 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 }