diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-06-18 08:35:54 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-06-18 08:35:54 +0000 |
commit | c6e9ca1467839c8463749479060acad232a16b44 (patch) | |
tree | a97200a271cf202ebc4ad18383d23c6e6857067b /meta/packages/opensync/libopensync_0.36.bb | |
parent | 6c0e524a7c7b4bfd3e809b1221e33b20a11a3221 (diff) | |
download | poky-c6e9ca1467839c8463749479060acad232a16b44.tar.gz |
opensync: add 0.36 (latest stable)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4690 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/opensync/libopensync_0.36.bb')
-rw-r--r-- | meta/packages/opensync/libopensync_0.36.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta/packages/opensync/libopensync_0.36.bb b/meta/packages/opensync/libopensync_0.36.bb new file mode 100644 index 0000000000..884e462094 --- /dev/null +++ b/meta/packages/opensync/libopensync_0.36.bb | |||
@@ -0,0 +1,24 @@ | |||
1 | LICENSE = "LGPL" | ||
2 | HOMEPAGE = "http://www.opensync.org/" | ||
3 | |||
4 | DEPENDS = "sqlite3 libxml2 zlib glib-2.0" | ||
5 | |||
6 | SRC_URI = "http://opensync.org/download/releases/${PV}/libopensync-${PV}.tar.bz2\ | ||
7 | file://cmake.patch;patch=1" | ||
8 | |||
9 | inherit cmake pkgconfig | ||
10 | |||
11 | LEAD_SONAME = "libopensync.so" | ||
12 | |||
13 | FILES_${PN} += " ${libdir}/opensync*/formats/*.so \ | ||
14 | ${libdir}/opensync*/osplugin \ | ||
15 | ${datadir}/opensync*/schemas \ | ||
16 | ${datadir}/opensync*/capabilities \ | ||
17 | ${datadir}/opensync*/descriptions \ | ||
18 | " | ||
19 | FILES_${PN}-dbg += " ${libdir}/opensync*/formats/.debug/*.so \ | ||
20 | ${libdir}/opensync*/.debug/osplugin " | ||
21 | |||
22 | do_stage() { | ||
23 | autotools_stage_all | ||
24 | } | ||