blob: 000cebcf429d638d4da76c7e1cef7c442c0388d5 (
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
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-pda/syncekonnector/syncekonnector-0.3_pre20060108.ebuild,v 1.2 2006/01/22 01:32:49 chriswhite Exp $
inherit eutils kde autotools
DESCRIPTION="Synchronize Windows CE devices with Linux. KDE Konnector."
HOMEPAGE="http://synce.sourceforge.net/synce/kde/"
SRC_URI="mirror://gentoo/${P}.tar.bz2"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86"
IUSE=""
DEPEND=">=app-pda/synce-libsynce-0.9.1
>=app-pda/synce-rra-0.9.1
>=app-pda/orange-0.3
>=app-arch/unshield-0.5
app-pda/dynamite
!app-pda/rapip"
need-kde 3.5
src_unpack() {
kde_src_unpack
cd "${S}"
# :/
mkdir -p ${S}/${PN}/libkdepim
# >:/
cp ${FILESDIR}/kpimprefs.h ${S}/${PN}/libkdepim
# lalala please fix this upstream~
epatch "${FILESDIR}"/${P}-autotools.patch
}
src_compile() {
#make -f Makefile.cvs
kde_src_compile
}
|