diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-01-13 22:57:04 +0000 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-01-13 22:57:04 +0000 |
commit | 97d235793eeecbe87a81c5190e5545ca2dc891bb (patch) | |
tree | 7584c5ba854fa130e8a87abd6b71b5333485df3f | |
parent | 7ae13cd67c685a2e25b8154165b965bf3371806f (diff) |
python-pymp3: fix packaging; bump for python 2.6
-rw-r--r-- | packages/python/python-pymp3_0.3.4.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/python/python-pymp3_0.3.4.bb b/packages/python/python-pymp3_0.3.4.bb index a6d205dd5d..371c662098 100644 --- a/packages/python/python-pymp3_0.3.4.bb +++ b/packages/python/python-pymp3_0.3.4.bb @@ -3,15 +3,16 @@ SECTION = "console/multimedia" PRIORITY = "optional" RDEPENDS = "python-core python-curses python-pyid3lib python-mad python-ao" LICENSE = "GPL" -PR = "r2" +PR = "r3" SRC_URI = "http://www.vanille.de/mirror/PyMP3-0.3.4.tar.gz" S = "${WORKDIR}/PyMP3-0.3.4" +inherit distutils-base + PY_FILES = "box_info.py layer.py sound_ctrl.py stack.py txt_tools.py" do_install() { - install -d ${D}${libdir} install -d ${D}${libdir}/${PYTHON_DIR} install -d ${D}${libdir}/${PYTHON_DIR}/site-packages |