diff options
Diffstat (limited to 'kde-base/libkpimexchange/libkpimexchange-3.5.2.ebuild')
-rw-r--r-- | kde-base/libkpimexchange/libkpimexchange-3.5.2.ebuild | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/kde-base/libkpimexchange/libkpimexchange-3.5.2.ebuild b/kde-base/libkpimexchange/libkpimexchange-3.5.2.ebuild new file mode 100644 index 000000000000..8f86886d90ec --- /dev/null +++ b/kde-base/libkpimexchange/libkpimexchange-3.5.2.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkpimexchange/libkpimexchange-3.5.2.ebuild,v 1.1 2006/03/22 20:15:42 danarmak Exp $ + +KMNAME=kdepim +MAXKDEVER=$PV +KM_DEPRANGE="$PV $MAXKDEVER" +inherit kde-meta eutils + +DESCRIPTION="KDE PIM exchange library" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +DEPEND=" +$(deprange $PV $MAXKDEVER kde-base/libkcal)" + +KMCOPYLIB="libkcal libkcal" +# libkcal is installed because a lot of headers are needed, but it don't have to be compiled +KMEXTRACTONLY=" + libkcal/" +KMCOMPILEONLY=" + libkcal/libical/src/libical/ + libkcal/libical/src/libicalss/" + +src_compile() { + kde-meta_src_compile myconf configure + # generate "ical.h" + cd ${S}/libkcal/libical/src/libical && make ical.h + # generate "icalss.h" + cd ${S}/libkcal/libical/src/libicalss && make icalss.h + + kde-meta_src_compile make +} |