increase dvbapp PR.
[vuplus_openembedded] / recipes / python / python-sphinxsearch_0.1.bb
1 DESCRIPTION = "A module for querying the sphinx search daemon"
2 SECTION = "devel/python"
3 PRIORITY = "optional"
4 LICENSE = "GPL"
5 HOMEPAGE = "http://www.sphinxsearch.com/"
6 SRCNAME = "sphinxsearch"
7 PR = "ml1"
8
9 SRC_URI = "http://pypi.python.org/packages/source/s/sphinxsearch/${SRCNAME}-${PV}.tar.gz" 
10 S = "${WORKDIR}/${SRCNAME}-${PV}"
11
12 inherit distutils