blob: 88cb8f4b54f5357107d00d6e451bc2dfe097bfd3 (
plain)
1
2
3
4
5
6
7
8
9
|
LICENSE = "GPL"
DEPENDS = "libopensync"
HOMEPAGE = "http://www.opensync.org/"
PV = "0.22+svnr${SRCREV}"
SRC_URI = "svn://svn.opensync.org/multisync;module=trunk;proto=http"
S = "${WORKDIR}/trunk"
inherit autotools pkgconfig
|