aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/opensync/syncml-client_0.1.bb
blob: 207af5f4385cbb5fe0d86a67db07b3a21bf099c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
LICENSE = "GPL"
DEPENDS = "gtk+ curl gconf"
HOMEPAGE = "http://hem.bredband.net/miko22/"
DESCRIPTION = "Linux port of the Funambol C++ SyncML client connector." 
PR ="r1"

SRC_URI = "http://hem.bredband.net/miko22/${P}.tar.gz       \
	   file://syncml-client-pc-in-cross.patch;apply=yes "

inherit autotools pkgconfig

do_stage() {
	autotools_stage_all
}