From: Michael 'Mickey' Lauer Date: Tue, 13 Jan 2009 22:57:04 +0000 (+0000) Subject: python-pymp3: fix packaging; bump for python 2.6 X-Git-Tag: Release-2010-05/1~4349^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97d235793eeecbe87a81c5190e5545ca2dc891bb;p=openembedded.git python-pymp3: fix packaging; bump for python 2.6 --- 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