dvbapp : TranscodingSetup update
[vuplus_openembedded] / recipes / python / python-mutagen_1.18.bb
1 DESCRIPTION = "Module for manipulating ID3 (v1 + v2) tags in Python"
2 SECTION = "devel/python"
3 PRIORITY = "optional"
4 MAINTAINER = "Dr. Best <dr.best@dreambox-tools.info>"
5 LICENSE = "GPL"
6 SRCNAME = "mutagen"
7
8 DEPENDS = "python"
9 RDEPENDS = "python-shell"
10
11 SRC_URI = "http://mutagen.googlecode.com/files/mutagen-${PV}.tar.gz \
12         file://patch.diff;patch=1;pnum=1 \
13 "
14
15 S = "${WORKDIR}/mutagen-${PV}"
16
17 inherit distutils
18
19