summaryrefslogtreecommitdiff
blob: 09101b688737cee99c9721b46ff68fe499ff9e6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5

OPENGL_REQUIRED="optional"
inherit kde4-base

DESCRIPTION="Service Location Protocol component for KIO"
HOMEPAGE="http://websvn.kde.org/trunk/playground/network/kio_slp/"
SRC_URI="https://dev.gentoo.org/~creffett/${P}.tar.xz"

LICENSE="GPL-1"
KEYWORDS="~amd64 ~x86"
SLOT="4"
IUSE="debug"

DEPEND="net-libs/openslp"
RDEPEND="${DEPEND}"

S=${WORKDIR}/${PN}