DESCRIPTION = "A Curses-based mp3 player. See http://damien.degois.info/PyMP3/" SECTION = "console/multimedia" PRIORITY = "optional" MAINTAINER = "Jason Haslup " RDEPENDS = "python-core python-ncurses python-pyid3lib python-mad python-ao" PR = "r1" SRC_URI = "http://damien.degois.info/PyMP3/PyMP3-0.3.4.tar.gz" S = "${WORKDIR}/PyMP3-0.3.4" 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}/python2.3 install -d ${D}/${libdir}/python2.3/site-packages for f in ${PY_FILES} do install -m 0644 $f ${D}${libdir}/python2.3/site-packages/ done install -d ${D}/${bindir} install -m 755 pymp3 ${D}/${bindir}/ } FILES_${PN} += " ${libdir}/python2.3/site-packages/" er@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
See links below for more details:
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816

Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Mike Westerhof <mwester@dls.net>
Acked-by: Philip Balister <philip@balister.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Marcin Juszkiewicz <hrw@openembedded.org>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
import clean BK tree at cset 1.3670 2005-06-30T08:19:37+00:00 Koen Kooi koen@openembedded.org 2005-06-30T08:19:37+00:00 c8e5702127e507e82e6f68a4b8c546803accea9d

Merge oe-devel@oe-devel.bkbits.net:openembedded 2004-12-09T09:47:41+00:00 Chris Larson clarson@kergoth.com 2004-12-09T09:47:41+00:00 2c5b8ec6d95cf68650265941530e5ce38c8dd6d9 into hyperion.kergoth.com:/home/kergoth/code/openembedded 2004/12/09 03:39:39-06:00 kergoth.com!kergoth Break people's builds again.. this time moving the packages into a packages/ subdir to clean things up a bit. BKrev: 41b81f3dvlp3rU7_8MUXLcI8LDdDoA
into hyperion.kergoth.com:/home/kergoth/code/openembedded

2004/12/09 03:39:39-06:00 kergoth.com!kergoth
Break people's builds again.. this time moving the packages into a packages/ subdir to clean things up a bit.

BKrev: 41b81f3dvlp3rU7_8MUXLcI8LDdDoA