summaryrefslogtreecommitdiff
blob: 67774d0389a3841a606d37e23b57c2f59f7ffaf0 (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
# 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.1.ebuild,v 1.2 2008/11/13 16:54:54 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

	dodoc AUTHORS README ChangeLog
}