1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 12:29:55 +00:00

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
This commit is contained in:
Chris Lord
2007-01-03 20:55:29 +00:00
parent a34d402b9e
commit 4ffe8f6b1f
23 changed files with 541 additions and 0 deletions
+22
View File
@@ -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}"