aboutsummaryrefslogtreecommitdiffstats
path: root/packages/opensync/libopensync-plugin-gpe_0.18.bb
blob: b8b27d3689b9add9c8b5d0dc5bd11fc3eb665127 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
SRC_URI = "http://ewi546.ewi.utwente.nl/OE/source/${P}.tar.gz"


LICENSE = "LGPL"
DEPENDS = "libopensync"
RRECOMMENDS = "multisync"
HOMEPAGE = "http://www.opensync.org/"
MAINTAINER = "Koen Kooi <koen@handhelds.org>"

inherit autotools pkgconfig

FILES_${PN} += "${datadir} ${libdir}"

do_install() {
install -d ${D}${datadir}/opensync/defaults
install -d ${D}${libdir}/opensync/plugins
install -m 644 src/gpe-sync ${D}${datadir}/opensync/defaults
install -m 755 src/.libs/gpe_sync.so ${D}${libdir}/opensync/plugins/
}