diff options
Diffstat (limited to 'meta-moblin/packages/syncevolution')
-rw-r--r-- | meta-moblin/packages/syncevolution/syncevolution_git.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-moblin/packages/syncevolution/syncevolution_git.bb b/meta-moblin/packages/syncevolution/syncevolution_git.bb new file mode 100644 index 0000000000..70c786d9d7 --- /dev/null +++ b/meta-moblin/packages/syncevolution/syncevolution_git.bb | |||
@@ -0,0 +1,17 @@ | |||
1 | DESCRIPTION = "Data synchronization tool" | ||
2 | SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git" | ||
3 | LICENSE = "LGPLv2.1" | ||
4 | PV = "0.0+git${SRCPV}" | ||
5 | PR = "r0" | ||
6 | |||
7 | DEPENDS = "libsynthesis libsoup curl boost mux dbus-glib glib-2.0 libglade libunique" | ||
8 | |||
9 | EXTRA_OECONF = "--enable-gui=moblin" | ||
10 | |||
11 | S = "${WORKDIR}/git" | ||
12 | |||
13 | inherit autotools_stage | ||
14 | |||
15 | do_configure_prepend () { | ||
16 | ${S}/gen-autotools.sh | ||
17 | } \ No newline at end of file | ||