summaryrefslogtreecommitdiff
blob: 1e999015eacd7215145967da3cf8097433121a1f (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
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-hal/synce-hal-0.2.ebuild,v 1.3 2008/11/16 15:57:55 mescalinum Exp $

DESCRIPTION="SynCE - hal connection manager"
HOMEPAGE="http://sourceforge.net/projects/synce/"
LICENSE="MIT"

SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
DEPEND="sys-apps/hal
		>=net-libs/gnet-2.0.0
		!app-pda/synce-dccm
		!app-pda/synce-vdccm
		!app-pda/synce-odccm
		~app-pda/synce-libsynce-0.12
		~app-pda/synce-librapi2-0.12
		~app-pda/synce-librra-0.12"
RDEPEND="${DEPEND}
		~app-pda/synce-sync-engine-0.12
		net-misc/dhcp"

SRC_URI="mirror://sourceforge/synce/${P}.tar.gz"

src_install() {
	make DESTDIR="${D}" install || die

	# fix collision with app-pda/synce-serial, bug 246675
	rm "${D}/usr/libexec/synce-serial-chat"

	dodoc AUTHORS README ChangeLog
}