aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python/python-fugrep_0.50.bb
blob: 9df257388d9dd9b238dc8107c186caeed1dbe2cc (plain)
1
2
3
4
5
6
7
8
9
10
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