1 |
# Copyright 1999-2007 Gentoo Foundation |
2 |
# Distributed under the terms of the GNU General Public License v2 |
3 |
# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-evolution2/libopensync-plugin-evolution2-0.20.ebuild,v 1.2 2007/02/12 20:55:17 peper Exp $ |
4 |
|
5 |
DESCRIPTION="OpenSync Evolution 2 Plugin" |
6 |
HOMEPAGE="http://www.opensync.org/" |
7 |
SRC_URI="http://dev.gentooexperimental.org/~peper/distfiles/${P}.tar.gz" |
8 |
|
9 |
KEYWORDS="~amd64 ~x86" |
10 |
SLOT="0" |
11 |
LICENSE="LGPL-2.1" |
12 |
IUSE="" |
13 |
|
14 |
DEPEND="=app-pda/libopensync-${PV}* |
15 |
gnome-extra/evolution-data-server" |
16 |
RDEPEND="${DEPEND}" |
17 |
|
18 |
# interactive and broken |
19 |
RESTRICT="test" |
20 |
|
21 |
src_install() { |
22 |
emake DESTDIR="${D}" install || die "emake install failed" |
23 |
dodoc AUTHORS ChangeLog NEWS README |
24 |
} |