wok annotate mutagen/receipt @ rev 20650

retawq: regenerate mo files (Aleksej) again
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jan 12 12:33:21 2019 +0100 (2019-01-12)
parents 2e5434fe0bdb
children eeba7ab1dffe
rev   line source
jozee@2677 1 # SliTaz package receipt.
jozee@2677 2
jozee@2677 3 PACKAGE="mutagen"
al@17791 4 VERSION="1.28"
jozee@2677 5 CATEGORY="multimedia"
al@17791 6 SHORT_DESC="Read and write audio tags for many formats"
pascal@14277 7 MAINTAINER="rj.rohit@gmail.com"
pascal@15000 8 LICENSE="GPL2"
al@17791 9 WEB_SITE="https://bitbucket.org/lazka/mutagen"
jozee@2677 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@17791 11 WGET_URL="$WEB_SITE/downloads/$TARBALL"
al@17791 12 TAGS="tagging asf flac m4a mp3 musepack ogg aiff id3"
jozee@2677 13
pascal@15000 14 DEPENDS="python"
al@17791 15 BUILD_DEPENDS="wget cacerts python"
pascal@15000 16
jozee@2677 17 # Rules to configure and make the package.
jozee@2677 18 compile_rules()
jozee@2677 19 {
jozee@2677 20 python setup.py build
pascal@15000 21 python setup.py install --root=$DESTDIR
jozee@2677 22 }
jozee@2677 23
jozee@2677 24 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@2677 25 genpkg_rules()
jozee@2677 26 {
al@17791 27 cp -a $install/* $fs
jozee@2677 28 }
al@18077 29