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