/[gentoo-x86]/net-libs/libkolabxml/libkolabxml-0.6.0.ebuild
Gentoo

Contents of /net-libs/libkolabxml/libkolabxml-0.6.0.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (show annotations) (download)
Fri Dec 7 19:36:36 2012 UTC (5 months, 1 week ago) by creffett
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +1 -1 lines
FILE REMOVED
Update LICENSE per bug 446382. Remove old.

(Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key 42618354)

1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: /var/cvsroot/gentoo-x86/net-libs/libkolabxml/libkolabxml-0.6.0.ebuild,v 1.2 2012/08/10 16:35:18 creffett Exp $
4
5 EAPI=4
6
7 inherit cmake-utils
8
9 DESCRIPTION="Kolab XML format schema definitions library"
10 HOMEPAGE="http://www.kolab.org"
11 SRC_URI="http://dev.gentoo.org/~creffett/distfiles/${P}.tar.gz"
12
13 LICENSE="LGPL-3"
14 SLOT="4"
15 KEYWORDS="~amd64 ~x86"
16 IUSE="csharp java python php test"
17
18 RDEPEND="
19 dev-cpp/xsd
20 || ( >=dev-libs/boost-1.42.0 ( <dev-libs/boost-1.42.0 dev-libs/ossp-uuid ) )
21 dev-libs/xerces-c
22 "
23 DEPEND="
24 ${RDEPEND}
25 csharp? ( >=dev-lang/swig-2.0.7 dev-lang/mono )
26 java? ( >=dev-lang/swig-2.0.7 virtual/jre )
27 php? ( >=dev-lang/swig-2.0.7 dev-lang/php )
28 python? ( >=dev-lang/swig-2.0.7 dev-lang/python )
29 test? ( x11-libs/qt-test:4 )
30 "
31
32 src_configure() {
33 local mycmakeargs=(
34 $(cmake-utils_use csharp CSHARP_BINDINGS)
35 $(cmake-utils_use java JAVA_BINDINGS)
36 $(cmake-utils_use python PYTHON_BINDINGS)
37 $(cmake-utils_use php PHP_BINDINGS)
38 $(cmake-utils_use_build test TESTS)
39 )
40 cmake-utils_src_configure
41 }

  ViewVC Help
Powered by ViewVC 1.1.13