Merge branch 'org.openembedded.dev' of git://git.openembedded.net/openembedded into...
[vuplus_openembedded] / packages / opensync / syncml-client_0.1.bb
1 LICENSE = "GPL"
2 DEPENDS = "gtk+ curl gconf"
3 HOMEPAGE = "http://hem.bredband.net/miko22/"
4 DESCRIPTION = "Linux port of the Funambol C++ SyncML client connector." 
5 PR ="r1"
6
7 SRC_URI = "http://hem.bredband.net/miko22/${P}.tar.gz       \
8            file://syncml-client-pc-in-cross.patch;patch=1 "
9
10 inherit autotools pkgconfig
11
12 do_stage() {
13         autotools_stage_all
14 }