wok annotate mutagen/receipt @ rev 21152

updated libboost-signals-dev again
author Hans-G?nter Theisgen
date Sat Mar 30 11:24:09 2019 +0100 (2019-03-30)
parents 16df76e1fc6a
children 74296b85e0a2
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"
pascal@20674 9 WEB_SITE="https://github.com/quodlibet/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