blob: b2a5c0c000ea78f1103a3c857505447f157113dc (
plain)
1
2
3
4
5
6
7
8
9
10
|
PV = "0.20+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
|