blob: b701666714a5edc3017e6f74a6eb28f1307098b7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libattica/libattica-0.1.4.ebuild,v 1.3 2010/09/06 02:27:11 tampakrap Exp $
EAPI="2"
inherit cmake-utils
MY_P="${P#lib}"
MY_PN="${PN#lib}"
DESCRIPTION="A library providing access to Open Collaboration Services"
HOMEPAGE="http://kde.org/"
SRC_URI="mirror://kde/stable/${MY_PN}/${MY_P}.tar.bz2"
LICENSE="GPL-2 LGPL-2"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
SLOT="0"
IUSE="debug"
S="${WORKDIR}/${MY_P}"
DEPEND="
x11-libs/qt-core:4
x11-libs/qt-gui:4
"
RDEPEND="${DEPEND}"
DOCS=(AUTHORS ChangeLog README)
|