DESCRIPTION = "A Curses-based mp3 player. See http://damien.degois.info/PyMP3/" SECTION = "console/multimedia" PRIORITY = "optional" RDEPENDS = "python-core python-ncurses 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/" e='h' onchange='this.form.submit();'> Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/packages/vtun
d=73a358bdef99771b493fefb5114a936138cb78ce&showmsg=1'>Expand)
AgeCommit message (Expand)AuthorFiles
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi1
2005-06-30import clean BK tree at cset 1.3670Koen Kooi4
AuthorFiles
2017-03-17procps: fix ALTERNATIVE_PRIORITY to avoid conflictChen Qi1
2016-12-16meta: remove True option to getVar callsJoshua Lock1
2016-08-10procps: upgrade to 3.3.12Fan Xin1
2015-12-16procps: update to 3.3.11Alexander Kanavin2
2015-12-16coreutils/procps: Revert priority change since coreutils > busyboxRichard Purdie1
2015-09-06procps: fix for base_sbindir == sbindirJoshua Lock1
2015-07-07Update alternatives of man pagesKai Kang1