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