wok annotate picard/receipt @ rev 23975

Up matio (1.5.18), mutt (1.14.7), nasm (2.15.05), net-snmp (5.9), nethack (3.6.6)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Oct 28 17:24:13 2020 +0000 (2020-10-28)
parents 4b55a51aefa5
children 5ea0ce1cecc0
rev   line source
al@19481 1 # SliTaz package receipt.
al@19481 2
al@19481 3 PACKAGE="picard"
Hans-G?nter@23833 4 VERSION="2.3.1"
al@19481 5 CATEGORY="utilities"
Hans-G?nter@23833 6 SHORT_DESC="A cross-platform music tagger written in Python."
al@19481 7 MAINTAINER="al.bobylev@gmail.com"
al@19481 8 LICENSE="GPL2"
al@19481 9 WEB_SITE="https://picard.musicbrainz.org/"
al@19481 10
Hans-G?nter@23833 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
Hans-G?nter@23833 12 WGET_URL="https://github.com/metabrainz/$PACKAGE/archive/release-$VERSION.tar.gz"
Hans-G?nter@23833 13
Hans-G?nter@23833 14 DEPENDS="mutagen py3k PyQt-x11-gpl"
Hans-G?nter@23833 15 BUILD_DEPENDS="gettext mutagen py3k-dev PyQt-x11-gpl "
al@19481 16
al@19481 17 # Rules to configure and make the package.
al@19481 18 compile_rules()
al@19481 19 {
Hans-G?nter@23833 20 python3 setup.py install --root="$install"
al@19481 21 }
al@19481 22
al@19481 23 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19481 24 genpkg_rules()
al@19481 25 {
Hans-G?nter@23833 26 cp -a $install/* $fs
al@19481 27 }