summaryrefslogtreecommitdiff
path: root/Documentation/stasis/kpilot-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/stasis/kpilot-9999.ebuild')
-rw-r--r--Documentation/stasis/kpilot-9999.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/Documentation/stasis/kpilot-9999.ebuild b/Documentation/stasis/kpilot-9999.ebuild
new file mode 100644
index 00000000000..40fef1af52d
--- /dev/null
+++ b/Documentation/stasis/kpilot-9999.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+KMNAME=kdepim
+inherit kde4svn-meta
+
+DESCRIPTION="KPilot - HotSync software for KDE."
+IUSE="debug"
+KEYWORDS=""
+
+DEPEND=">=app-pda/pilot-link-0.12
+ >=dev-libs/libmal-0.40
+ crypt? ( app-crypt/qca:2 )"
+RESTRICT="test"
+
+src_compile() {
+ mycmakeargs="${mycmakeargs}
+ $(cmake-utils_use_with crypt QCA2)"
+
+ kde4svn-meta_src_compile
+}