wok annotate puddletag/receipt @ rev 21845

updated rox packages (2.8 -> 2.11)
author Hans-G?nter Theisgen
date Sun Sep 15 11:06:31 2019 +0100 (2019-09-15)
parents 16df76e1fc6a
children 5ea0ce1cecc0
rev   line source
al@17791 1 # SliTaz package receipt.
al@17791 2
al@17791 3 PACKAGE="puddletag"
Hans-G?nter@21725 4 VERSION="1.2.0"
al@17791 5 CATEGORY="multimedia"
Hans-G?nter@21725 6 TAGS="tagging ogg mp3 apev2 mp4 id3"
Hans-G?nter@21725 7 SHORT_DESC="A simple, powerful audio tag editor."
al@17791 8 MAINTAINER="al.bobylev@gmail.com"
al@17791 9 LICENSE="GPL3"
Hans-G?nter@21725 10 WEB_SITE="https://docs.puddletag.net/"
Hans-G?nter@21725 11
al@17791 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
Hans-G?nter@21725 13 WGET_URL="https://github.com/keithgg/$PACKAGE/releases/download/v$VERSION/$TARBALL"
al@17791 14
al@17791 15 DEPENDS="mutagen python-configobj python-pyparsing PyQt-x11-gpl"
al@17791 16 BUILD_DEPENDS="python"
al@17791 17
al@17791 18 # Rules to configure and make the package.
al@17791 19 compile_rules()
al@17791 20 {
al@17791 21 python setup.py build
al@17791 22 python setup.py install --root=$DESTDIR
al@17791 23 }
al@17791 24
al@17791 25 # Rules to gen a SliTaz package suitable for Tazpkg.
al@17791 26 genpkg_rules()
al@17791 27 {
al@17791 28 cp -a $install/* $fs
al@17791 29 }