diff options
Diffstat (limited to 'recipes/python/python-docutils_0.5.bb')
-rw-r--r-- | recipes/python/python-docutils_0.5.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/python/python-docutils_0.5.bb b/recipes/python/python-docutils_0.5.bb new file mode 100644 index 0000000000..2fc7184b83 --- /dev/null +++ b/recipes/python/python-docutils_0.5.bb @@ -0,0 +1,10 @@ +DESCRIPTION = "Text processing system" +HOMEPAGE = "http://docutils.sourceforge.net" +SECTION = "devel/python" +LICENSE = "PSF" +PR = "ml0" + +SRC_URI = "${SOURCEFORGE_MIRROR}/docutils/docutils-${PV}.tar.gz" +S = "${WORKDIR}/docutils-${PV}" + +inherit distutils |