enigma2 : change vfd font (skin_user.xml)
[vuplus_openembedded] / recipes / python / python-opendir_1.0.bb
1 DESCRIPTION = "POSIX opendir support for Python"
2 SECTION = "devel/python"
3 PRIORITY = "optional"
4 LICENSE = "PD"
5 HOMEPAGE = "http://rabenfrost.net/mokopedia/opendir/"
6 DEPENDS = "python-pyrex-native python-cython-native"
7 PR = "ml1"
8
9 SRC_URI = "\
10   file://opendir.pyx \
11   file://setup.py \
12 "
13 S = "${WORKDIR}"
14
15 inherit distutils