blob: 95a4e339c77de36d35c1e826df7c094264f1b2ef (
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;patch=1 "
inherit autotools pkgconfig
do_stage() {
autotools_stage_all
}
|