python-fuse: 0.0+cvs -> 0.2
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>
Sun, 11 Jan 2009 19:33:34 +0000 (19:33 +0000)
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>
Sun, 11 Jan 2009 19:33:34 +0000 (19:33 +0000)
packages/python/python-fuse_0.2.bb [moved from packages/python/python-fuse_cvs.bb with 51% similarity]

similarity index 51%
rename from packages/python/python-fuse_cvs.bb
rename to packages/python/python-fuse_0.2.bb
index d017e28..099a0e3 100644 (file)
@@ -1,15 +1,13 @@
 DESCRIPTION = "FUSE Python bindings."
+SECTION = "devel/python"
 LICENSE = "GPLv2"
 DEPENDS = "fuse"
+SRCNAME = "fuse-python"
+PR = "ml0"
 
-PV = "0.0+cvs${SRCDATE}"
-
-PR = "r1"
-
-SRC_URI = "cvs://anonymous@fuse.cvs.sourceforge.net/cvsroot/fuse;module=python"
+SRC_URI = "${SOURCEFORGE_MIRROR}/fuse/${SRCNAME}-${PV}.tar.gz"
+S = "${WORKDIR}/${SRCNAME}-${PV}"
 
 inherit distutils
 
-S = "${WORKDIR}/python"
-
 FILES_${PN}-dbg += "${libdir}/python*/site-packages/fuseparts/.debu*"