aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone/fsoraw_svn.bb
blob: f10f2212f0856a2c9562888687e77c8dedb0830c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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

# for forward compatibility in scripts
do_install_append() {
        install -d ${D}${bindir}
        ln -s fsoraw ${D}${bindir}/fso-raw
}