1 |
# Copyright 1999-2005 Gentoo Foundation |
2 |
# Distributed under the terms of the GNU General Public License v2 |
3 |
# $Header: /var/cvsroot/gentoo-x86/kde-base/libkpimexchange/libkpimexchange-3.5_beta1.ebuild,v 1.2 2005/10/22 07:45:29 halcy0n Exp $ |
4 |
|
5 |
KMNAME=kdepim |
6 |
MAXKDEVER=$PV |
7 |
KM_DEPRANGE="$PV $MAXKDEVER" |
8 |
inherit kde-meta eutils |
9 |
|
10 |
DESCRIPTION="KDE PIM exchange library" |
11 |
KEYWORDS="~amd64 ~x86" |
12 |
IUSE="" |
13 |
OLDDEPEND="~kde-base/libkcal-$PV" |
14 |
DEPEND=" |
15 |
$(deprange $PV $MAXKDEVER kde-base/libkcal)" |
16 |
|
17 |
KMCOPYLIB="libkcal libkcal" |
18 |
# libkcal is installed because a lot of headers are needed, but it don't have to be compiled |
19 |
KMEXTRACTONLY=" |
20 |
libkcal/" |
21 |
KMCOMPILEONLY=" |
22 |
libkcal/libical/src/libical/ |
23 |
libkcal/libical/src/libicalss/" |
24 |
|
25 |
src_compile() { |
26 |
kde-meta_src_compile myconf configure |
27 |
# generate "ical.h" |
28 |
cd ${S}/libkcal/libical/src/libical && make ical.h |
29 |
# generate "icalss.h" |
30 |
cd ${S}/libkcal/libical/src/libicalss && make icalss.h |
31 |
|
32 |
kde-meta_src_compile make |
33 |
} |