blob: dff93bc1067deaabc4a24fe8e65be6789c1f2223 (
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 = "ml1"
SRC_URI = "http://pypi.python.org/packages/source/s/sphinxsearch/${SRCNAME}-${PV}.tar.gz"
S = "${WORKDIR}/${SRCNAME}-${PV}"
inherit distutils
|