wok-6.x diff puddletag/receipt @ rev 17791
Up: PyQt, mutagen, python-pyparsing, python-six, sip, sip-dev; add: python-configobj, puddletag.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Mar 16 11:42:13 2015 +0200 (2015-03-16) |
parents | |
children | 16df76e1fc6a |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/puddletag/receipt Mon Mar 16 11:42:13 2015 +0200 1.3 @@ -0,0 +1,28 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="puddletag" 1.7 +VERSION="1.0.5" 1.8 +CATEGORY="multimedia" 1.9 +SHORT_DESC="An simple, powerful audio tag editor" 1.10 +MAINTAINER="al.bobylev@gmail.com" 1.11 +LICENSE="GPL3" 1.12 +WEB_SITE="http://puddletag.sourceforge.net/" 1.13 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.15 +TAGS="tagging ogg mp3 apev2 mp4 id3" 1.16 + 1.17 +DEPENDS="mutagen python-configobj python-pyparsing PyQt-x11-gpl" 1.18 +BUILD_DEPENDS="python" 1.19 + 1.20 +# Rules to configure and make the package. 1.21 +compile_rules() 1.22 +{ 1.23 + python setup.py build 1.24 + python setup.py install --root=$DESTDIR 1.25 +} 1.26 + 1.27 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.28 +genpkg_rules() 1.29 +{ 1.30 + cp -a $install/* $fs 1.31 +}