blob: 6c1afdcbe6db5abe7f591e4f11194b3dcae2c614 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
DESCRIPTION = "A module for querying the sphinx search daemon"
SECTION = "devel/python"
PRIORITY = "optional"
LICENSE = "GPL"
HOMEPAGE = "http://www.sphinxsearch.com/"
SRCNAME = "sphinxsearch"
PR = "ml0"
SRC_URI = "http://pypi.python.org/packages/source/s/sphinxsearch/${SRCNAME}-${PV}.tar.gz"
S = "${WORKDIR}/${SRCNAME}-${PV}"
inherit distutils
|