aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python/python-pyid3lib_0.5.1.bb
blob: 3a3e7bb274a8a623832c0b8568f6915213053525 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DESCRIPTION = "A Python Wrapper for libid3."
SECTION = "devel/python"
PRIORITY = "optional"
LICENSE = "LGPL"
DEPENDS = "id3lib"
SRCNAME = "pyid3lib"
PR = "r2"

SRC_URI = "\
  ${SOURCEFORGE_MIRROR}/pyid3lib/${SRCNAME}-${PV}.tar.bz2\
  file://gcc4-fix.patch \
"
S = "${WORKDIR}/${SRCNAME}-${PV}"

inherit distutils

SRC_URI[md5sum] = "49818a591430e08057c27a11e4c40aef"
SRC_URI[sha256sum] = "2a7bdd52c24ed0e70e4a2d82c697214c4ab5a70f94ea9e7934df15ca202d1169"