| 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.5.4.ebuild,v 1.3 2006/09/26 21:53:11 deathwing00 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 ~x86-fbsd"
|
| 12 |
IUSE=""
|
| 13 |
|
| 14 |
DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkcal)"
|
| 15 |
|
| 16 |
RDEPEND="${DEPEND}"
|
| 17 |
|
| 18 |
KMCOPYLIB="libkcal libkcal"
|
| 19 |
# libkcal is installed because a lot of headers are needed, but it don't have to be compiled
|
| 20 |
KMEXTRACTONLY="
|
| 21 |
libkcal/"
|
| 22 |
KMCOMPILEONLY="
|
| 23 |
libkcal/libical/src/libical/
|
| 24 |
libkcal/libical/src/libicalss/"
|
| 25 |
|
| 26 |
src_compile() {
|
| 27 |
kde-meta_src_compile myconf configure
|
| 28 |
# generate "ical.h"
|
| 29 |
cd ${S}/libkcal/libical/src/libical && make ical.h
|
| 30 |
# generate "icalss.h"
|
| 31 |
cd ${S}/libkcal/libical/src/libicalss && make icalss.h
|
| 32 |
|
| 33 |
kde-meta_src_compile make
|
| 34 |
}
|