aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/opensync/syncml-client_0.1.bb
blob: ac2f1e0dfed20bc528c9ae7e98f95e2bede465c8 (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 "

inherit autotools pkgconfig

do_stage() {
	autotools_stage_all
}