diff options
Diffstat (limited to 'recipes/python/python-fugrep_0.50.bb')
-rw-r--r-- | recipes/python/python-fugrep_0.50.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/python/python-fugrep_0.50.bb b/recipes/python/python-fugrep_0.50.bb new file mode 100644 index 0000000000..9df257388d --- /dev/null +++ b/recipes/python/python-fugrep_0.50.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "FuGrep is a Python library for fuzzy pattern matching." +HOMEPAGE = "http://www.j-raedler.de/pages/software/fugrep.php" +SECTION = "devel/python" +LICENSE = "${PN}" +SRCNAME = "FuGrep" +PR = "ml1" + +SRC_URI = "http://www.j-raedler.de/media/Software/FuGrep-${PV}.zip" +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit distutils |