summaryrefslogtreecommitdiffstats
path: root/recipes/python/python-fuse_0.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/python/python-fuse_0.2.bb')
-rw-r--r--recipes/python/python-fuse_0.2.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/python/python-fuse_0.2.bb b/recipes/python/python-fuse_0.2.bb
new file mode 100644
index 0000000000..099a0e386a
--- /dev/null
+++ b/recipes/python/python-fuse_0.2.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "FUSE Python bindings."
+SECTION = "devel/python"
+LICENSE = "GPLv2"
+DEPENDS = "fuse"
+SRCNAME = "fuse-python"
+PR = "ml0"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/fuse/${SRCNAME}-${PV}.tar.gz"
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+inherit distutils
+
+FILES_${PN}-dbg += "${libdir}/python*/site-packages/fuseparts/.debu*"