| 1 |
# Copyright 1999-2006 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.4.3.ebuild,v 1.8 2006/03/26 16:51:36 agriffis 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="alpha amd64 ia64 ppc ppc64 sparc 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 |
}
|