wok-current annotate mutagen/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 | 380ffe05937a |
children | 16df76e1fc6a |
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" |
pascal@14277 | 7 MAINTAINER="rj.rohit@gmail.com" |
pascal@15000 | 8 LICENSE="GPL2" |
al@17791 | 9 WEB_SITE="https://bitbucket.org/lazka/mutagen" |
jozee@2677 | 10 TARBALL="$PACKAGE-$VERSION.tar.gz" |
al@17791 | 11 WGET_URL="$WEB_SITE/downloads/$TARBALL" |
al@17791 | 12 TAGS="tagging asf flac m4a mp3 musepack ogg aiff id3" |
jozee@2677 | 13 |
pascal@15000 | 14 DEPENDS="python" |
al@17791 | 15 BUILD_DEPENDS="wget cacerts python" |
pascal@15000 | 16 |
jozee@2677 | 17 # Rules to configure and make the package. |
jozee@2677 | 18 compile_rules() |
jozee@2677 | 19 { |
jozee@2677 | 20 python setup.py build |
pascal@15000 | 21 python setup.py install --root=$DESTDIR |
jozee@2677 | 22 } |
jozee@2677 | 23 |
jozee@2677 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
jozee@2677 | 25 genpkg_rules() |
jozee@2677 | 26 { |
al@17791 | 27 cp -a $install/* $fs |
jozee@2677 | 28 } |