summaryrefslogtreecommitdiffstats
path: root/meta/packages/sync
diff options
context:
space:
mode:
authorChris Lord <chris@openedhand.com>2007-01-03 20:55:29 +0000
committerChris Lord <chris@openedhand.com>2007-01-03 20:55:29 +0000
commit4ffe8f6b1ff640722880cf2cd88990956de87e30 (patch)
tree736a16d112da36e87f3709ee93555a48b534dba5 /meta/packages/sync
parenta34d402b9eaf56d23df83c19c422b7d0d9c708d1 (diff)
downloadopenembedded-core-4ffe8f6b1ff640722880cf2cd88990956de87e30.tar.gz
Check in opensync/libsync/synctool bits - Mostly compiles, not tested
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1113 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/sync')
-rw-r--r--meta/packages/sync/libsync_svn.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/packages/sync/libsync_svn.bb b/meta/packages/sync/libsync_svn.bb
new file mode 100644
index 0000000000..29d57317a8
--- /dev/null
+++ b/meta/packages/sync/libsync_svn.bb
@@ -0,0 +1,22 @@
+LICENSE = "LGPL"
+SECTION = "x11"
+DEPENDS = "glib-2.0 gtk+ libglade libopensync"
+RRECOMMENDS = "\
+ libopensync-plugin-file-sync \
+ libopensync-plugin-syncml-client-plugin \
+ libopensync-plugin-syncml-plugin \
+ "
+DESCRIPTION = "LibSync is a GObject-based framework for more convenient use of \
+ OpenSync in GLib applications."
+PV = "0.0+svn${SRCDATE}"
+
+SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=sync;proto=http"
+
+inherit autotools pkgconfig
+
+S = "${WORKDIR}/sync"
+
+PACKAGES += "synctool"
+FILES_${PN} = "${libdir}/lib*.so.*"
+FILES_synctool = "${bindir} ${datadir}"
+