wok annotate puddletag/receipt @ rev 19588
Up node (6.9.2)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Dec 28 14:42:27 2016 +0100 (2016-12-28) |
parents | 2e5434fe0bdb |
children | f98cd9ce8bd8 |
rev | line source |
---|---|
al@17791 | 1 # SliTaz package receipt. |
al@17791 | 2 |
al@17791 | 3 PACKAGE="puddletag" |
al@17791 | 4 VERSION="1.0.5" |
al@17791 | 5 CATEGORY="multimedia" |
al@17791 | 6 SHORT_DESC="An simple, powerful audio tag editor" |
al@17791 | 7 MAINTAINER="al.bobylev@gmail.com" |
al@17791 | 8 LICENSE="GPL3" |
al@17791 | 9 WEB_SITE="http://puddletag.sourceforge.net/" |
al@17791 | 10 TARBALL="$PACKAGE-$VERSION.tar.gz" |
al@17791 | 11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" |
al@17791 | 12 TAGS="tagging ogg mp3 apev2 mp4 id3" |
al@17791 | 13 |
al@17791 | 14 DEPENDS="mutagen python-configobj python-pyparsing PyQt-x11-gpl" |
al@17791 | 15 BUILD_DEPENDS="python" |
al@17791 | 16 |
al@17791 | 17 # Rules to configure and make the package. |
al@17791 | 18 compile_rules() |
al@17791 | 19 { |
al@17791 | 20 python setup.py build |
al@17791 | 21 python setup.py install --root=$DESTDIR |
al@17791 | 22 } |
al@17791 | 23 |
al@17791 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
al@17791 | 25 genpkg_rules() |
al@17791 | 26 { |
al@17791 | 27 cp -a $install/* $fs |
al@17791 | 28 } |
al@18077 | 29 |