python-pymp3: fix packaging; bump for python 2.6
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>
Tue, 13 Jan 2009 22:57:04 +0000 (22:57 +0000)
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>
Tue, 13 Jan 2009 22:57:04 +0000 (22:57 +0000)
packages/python/python-pymp3_0.3.4.bb

index a6d205d..371c662 100644 (file)
@@ -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