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

SRC_URI[md5sum] = "83b738d805e17c226f43bbac453a0631"
SRC_URI[sha256sum] = "14b0fb8ce8a97a0bf7d8f5be57f6bb67dc9e5273f1f465f3babe994c44db3d87"