aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gpesyncd/gpe-synctool_svn.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gpesyncd/gpe-synctool_svn.bb')
-rw-r--r--recipes/gpesyncd/gpe-synctool_svn.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/gpesyncd/gpe-synctool_svn.bb b/recipes/gpesyncd/gpe-synctool_svn.bb
new file mode 100644
index 0000000000..e85013c117
--- /dev/null
+++ b/recipes/gpesyncd/gpe-synctool_svn.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "Sync daemon for GPE and OpenSync"
+LICENSE = "GPL"
+DEPENDS = "gtk+ glib-2.0 libgpewidget"
+
+DEFAULT_PREFERENCE = "-1"
+
+PV = "0.2+svn${SRCDATE}"
+PR = "r0"
+
+SRC_URI = "${GPE_SVN}"
+
+S = "${WORKDIR}/${PN}"
+
+inherit autotools
+