wok annotate mutagen/receipt @ rev 22914

gnutls-dev: update deps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 24 11:49:09 2020 +0100 (2020-02-24)
parents 74296b85e0a2
children 5ea0ce1cecc0
rev   line source
jozee@2677 1 # SliTaz package receipt.
jozee@2677 2
jozee@2677 3 PACKAGE="mutagen"
Hans-G?nter@21501 4 VERSION="1.42.0"
jozee@2677 5 CATEGORY="multimedia"
Hans-G?nter@21502 6 TAGS="tagging asf flac m4a mp3 musepack ogg aiff id3"
Hans-G?nter@21501 7 SHORT_DESC="Read and write audio tags for many formats."
pascal@14277 8 MAINTAINER="rj.rohit@gmail.com"
pascal@15000 9 LICENSE="GPL2"
pascal@20674 10 WEB_SITE="https://github.com/quodlibet/mutagen"
Hans-G?nter@21501 11
jozee@2677 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
Hans-G?nter@21502 13 WGET_URL="https://github.com/quodlibet/$PACKAGE/releases/download/release-$VERSION/$TARBALL"
jozee@2677 14
pascal@15000 15 DEPENDS="python"
Hans-G?nter@21501 16 BUILD_DEPENDS="cacerts python"
pascal@15000 17
jozee@2677 18 # Rules to configure and make the package.
jozee@2677 19 compile_rules()
jozee@2677 20 {
jozee@2677 21 python setup.py build
pascal@15000 22 python setup.py install --root=$DESTDIR
jozee@2677 23 }
jozee@2677 24
jozee@2677 25 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@2677 26 genpkg_rules()
jozee@2677 27 {
al@17791 28 cp -a $install/* $fs
jozee@2677 29 }