aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/opensync/libopensync_0.18.bb
blob: 45cf2766c9554c1c7ec527e35f9b1afe5023f28a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
SRC_URI = "http://ewi546.ewi.utwente.nl/OE/source/libopensync-${PV}.tar.gz"


LICENSE = "LGPL"
DEPENDS = "sqlite3 libxml2 zlib glib-2.0"
HOMEPAGE = "http://www.opensync.org/"

inherit autotools pkgconfig

EXTRA_OECONF = "--disable-python"
LEAD_SONAME = "libopensync.so"

FILES_${PN} += " ${libdir}/opensync/formats/*.so"

SRC_URI[md5sum] = "ce94a69fb7ae7533d1f8828b6402cec8"
SRC_URI[sha256sum] = "f9c803ba28d5deb18d9feb5c7818ce99325b09204b7dc0447798f2f47a657a46"