26 lines
682 B
Bash
26 lines
682 B
Bash
# Copyright 1999-2012 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libattica/libattica-0.4.0.ebuild,v 1.4 2012/08/05 23:59:09 blueness Exp $
|
|
|
|
EAPI=4
|
|
|
|
MY_P="${P#lib}"
|
|
MY_PN="${PN#lib}"
|
|
|
|
inherit cmake-utils
|
|
|
|
DESCRIPTION="A library providing access to Open Collaboration Services"
|
|
HOMEPAGE="http://www.kde.org/"
|
|
SRC_URI="mirror://kde/stable/${MY_PN}/${MY_P}.tar.bz2"
|
|
|
|
LICENSE="GPL-2 LGPL-2"
|
|
KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
|
|
SLOT="0"
|
|
IUSE="debug"
|
|
|
|
DEPEND="x11-libs/qt-core:4"
|
|
RDEPEND="${DEPEND}"
|
|
|
|
DOCS=(AUTHORS ChangeLog README)
|
|
|
|
S="${WORKDIR}/${MY_P}"
|