summaryrefslogtreecommitdiff
blob: a8ddcf404d05dfb8ef24fd0aa566832e4f091890 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-kde/synce-kde-0.8.0.ebuild,v 1.5 2005/05/22 15:34:04 swegener Exp $

inherit kde

AGVER="agsync-0.2-pre"

DESCRIPTION="Synchronize Windows CE devices with Linux.  KDE System Tray utility"
HOMEPAGE="http://synce.sourceforge.net/synce/kde/"
SRC_URI="mirror://sourceforge/synce/${P}.tar.gz
	avantgo? ( http://www.mechlord.ca/%7Elownewulf/${AGVER}.tgz )"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86 ~ppc"
IUSE="avantgo"

DEPEND=">=app-pda/synce-libsynce-0.9
	>=app-pda/synce-rra-0.9
	>=app-pda/orange-0.2
	>=app-arch/unshield-0.4
	app-pda/dynamite
	!app-pda/rapip"

need-kde 3.2

src_unpack() {
	kde_src_unpack

	# the default install location of iptables is /sbin/iptables
	cd ${S}/raki
	sed -i "s:/usr/sbin/iptables:/sbin/iptables:" configdialogimpl.cpp
}

src_compile() {
	if use avantgo; then
		cd ${S}/../agsync-0.2-pre
		emake
		cd ${S}
		myconf="$myconf --with-agsync=${S}/../${AGVER}"
	fi
	kde_src_compile
}