wok-next annotate mutagen/receipt @ rev 21661

updated fonttosfnt (1.0.5 -> 1.1.0)
author Hans-G?nter Theisgen
date Sat Jun 27 13:41:53 2020 +0100 (2020-06-27)
parents d5aab818505e
children
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"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15000 8 LICENSE="GPL2"
al@20906 9 WEB_SITE="https://github.com/quodlibet/mutagen"
jozee@2677 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20906 11 WGET_URL="$WEB_SITE/downloads/$TARBALL" # FIXME
al@21044 12 TAGS="tagging ASF FLAC m4a MP3 MusePack Ogg AIFF ID3"
jozee@2677 13
al@17791 14 BUILD_DEPENDS="wget cacerts python"
pascal@15000 15
al@21020 16 compile_rules() {
al@21020 17 python -B setup.py build &&
al@21020 18 python -B setup.py install --root=$install
jozee@2677 19 }
jozee@2677 20
al@21020 21 genpkg_rules() {
al@17791 22 cp -a $install/* $fs
al@21020 23 DEPENDS="python"
jozee@2677 24 }