diff options
| author | Holger Hans Peter Freyther <zecke@selfish.org> | 2008-11-03 16:35:01 +0100 |
|---|---|---|
| committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2008-11-03 16:35:01 +0100 |
| commit | f0573933b8de671b98e3d5377774c6a3e671fc84 (patch) | |
| tree | 10d157bc9803d165bbed7380c806a759a32d5a78 /packages/python | |
| parent | c0fcc31726c8c0ae90657512bd95bc983d1a8e4b (diff) | |
| parent | f5d962579bbe4add4dad10664e73e7c43209a1c5 (diff) | |
Merge branch 'org.openembedded.dev' of git+ssh://git@git.openembedded.net/openembedded into org.openembedded.dev
Conflicts:
packages/images/fso-image.bb
Diffstat (limited to 'packages/python')
| -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 |
