diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2008-11-03 16:15:38 +0100 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2008-11-03 16:22:27 +0100 |
commit | f5d962579bbe4add4dad10664e73e7c43209a1c5 (patch) | |
tree | db7565e984f7627bf85123e00449c178e624ba1b /packages/python/python-fugrep_0.50.bb | |
parent | 4037943fc2bcdbbadd523a892be17c5179636e77 (diff) |
python-fugrep 0.50: new recipe; a python library for fuzzy pattern matching.
* add to task-python-everything
Diffstat (limited to 'packages/python/python-fugrep_0.50.bb')
-rw-r--r-- | packages/python/python-fugrep_0.50.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/python/python-fugrep_0.50.bb b/packages/python/python-fugrep_0.50.bb new file mode 100644 index 0000000000..150cb84130 --- /dev/null +++ b/packages/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 = "ml0" + +SRC_URI = "http://www.j-raedler.de/media/Software/FuGrep-${PV}.zip" +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit distutils |