summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris White <chriswhite@gentoo.org>2006-01-18 08:01:09 +0000
committerChris White <chriswhite@gentoo.org>2006-01-18 08:01:09 +0000
commitf10447268d8c8f800239c436161bd731bf222469 (patch)
tree619acc26e7d0fd1d093e6a0912d4034a6e48385f /app-pda/syncekonnector/syncekonnector-0.3_pre20060117.ebuild
parentSPTK 3.0.12 is out (diff)
downloadgentoo-2-f10447268d8c8f800239c436161bd731bf222469.tar.gz
gentoo-2-f10447268d8c8f800239c436161bd731bf222469.tar.bz2
gentoo-2-f10447268d8c8f800239c436161bd731bf222469.zip
CVS Snapshot version bump.
([stable x86 chroot] Portage version: 2.0.53)
Diffstat (limited to 'app-pda/syncekonnector/syncekonnector-0.3_pre20060117.ebuild')
-rw-r--r--app-pda/syncekonnector/syncekonnector-0.3_pre20060117.ebuild34
1 files changed, 34 insertions, 0 deletions
diff --git a/app-pda/syncekonnector/syncekonnector-0.3_pre20060117.ebuild b/app-pda/syncekonnector/syncekonnector-0.3_pre20060117.ebuild
new file mode 100644
index 000000000000..c7bf802012f2
--- /dev/null
+++ b/app-pda/syncekonnector/syncekonnector-0.3_pre20060117.ebuild
@@ -0,0 +1,34 @@
+# 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_pre20060117.ebuild,v 1.1 2006/01/18 08:01:09 chriswhite Exp $
+
+inherit eutils kde autotools
+
+DESCRIPTION="Synchronize Windows CE devices with Linux. KDE Konnector."
+HOMEPAGE="http://synce.sourceforge.net/synce/kde/"
+SRC_URI="${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}"/syncekonnector-0.3_pre20060108-autotools.patch
+}