diff options
Diffstat (limited to 'meta/packages/opensync/libopensync_0.22.bb')
-rw-r--r-- | meta/packages/opensync/libopensync_0.22.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta/packages/opensync/libopensync_0.22.bb b/meta/packages/opensync/libopensync_0.22.bb new file mode 100644 index 0000000000..ed4ef740bc --- /dev/null +++ b/meta/packages/opensync/libopensync_0.22.bb | |||
@@ -0,0 +1,21 @@ | |||
1 | LICENSE = "LGPL" | ||
2 | HOMEPAGE = "http://www.opensync.org/" | ||
3 | |||
4 | DEPENDS = "sqlite3 libxml2 zlib glib-2.0" | ||
5 | |||
6 | SRC_URI = "http://www.opensync.org/attachment/wiki/download/libopensync-0.22.tar.bz2?format=raw" | ||
7 | |||
8 | inherit autotools pkgconfig lib_package | ||
9 | |||
10 | EXTRA_OECONF = "--disable-python" | ||
11 | LEAD_SONAME = "libopensync.so" | ||
12 | |||
13 | FILES_${PN} += " ${libdir}/opensync/formats/*.so" | ||
14 | FILES_${PN}-dbg += " ${libdir}/opensync/formats/.debug/*.so" | ||
15 | |||
16 | require opensync-unpack.inc | ||
17 | |||
18 | do_stage() { | ||
19 | autotools_stage_all | ||
20 | } | ||
21 | |||