DESCRIPTION = "A Curses-based mp3 player. See http://damien.degois.info/PyMP3/" SECTION = "console/multimedia" PRIORITY = "optional" RDEPENDS = "python-core python-curses python-pyid3lib python-mad python-ao" LICENSE = "GPL" PR = "r2" SRC_URI = "http://www.vanille.de/mirror/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}/${PYTHON_DIR} install -d ${D}${libdir}/${PYTHON_DIR}/site-packages for f in ${PY_FILES} do install -m 0644 $f ${D}${libdir}/${PYTHON_DIR}/site-packages/ done install -d ${D}${bindir} install -m 755 pymp3 ${D}${bindir}/ } FILES_${PN} += " ${libdir}/${PYTHON_DIR}/site-packages/" value='da2c653f899b4fcc10e2aeda1f7cb7a231f808ab'/> Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/packages/xserver-common/xserver-common_1.14.bb
AgeCommit message (Expand)AuthorFiles
2007-03-16xserver-common 1.14, 1.15: Apply calibrate-only-if-ts.patch (from 1.13).Paul Sokolovsky1
2007-02-19xserver-common: Make 0.14 default again after uploading the source package.Florian Boor1
2007-02-09xserver-common_1.14.bb : DEFAULT_PREFERENCE = -1 as source isntGraeme Gregory1
2007-02-09xserver-common: add 1.14Florian Boor1