blob: 74b1274782ef0eeafd5557785ed0d2b27bca80a0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DESCRIPTION = "A console wrapper for the FSO Usage API"
SECTION = "fso/base"
PRIORITY = "optional"
HOMEPAGE = "http://noko.sourceforge.net"
LICENSE = "GPL"
DEPENDS = "dbus"
SRCREV = "20"
PV = "0.0.1+svnr${SRCPV}"
PR = "r0"
SRC_URI = "svn://noko.svn.sourceforge.net/svnroot/noko/trunk;module=fsoraw;proto=https"
S = "${WORKDIR}/fsoraw/"
inherit autotools
|