blob: d16811b03a041b91c622a9ccbdf10275d8887b06 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
require cornucopia.inc
DESCRIPTION = "A console wrapper for the FSO Usage API"
AUTHOR = "Michael 'Mickey' Lauer <mlauer@vanille-media.de>"
SECTION = "fso/base"
LICENSE = "GPLv2"
SRCREV = "${FSO_CORNUCOPIA_SRCREV}"
PV = "1.0.0+gitr${SRCPV}"
PR = "${INC_PR}.0"
PE = "1"
S = "${WORKDIR}/git/tools/fso-raw"
# for backward compatibility in scripts
do_install_append() {
install -d ${D}${bindir}
ln -s fso-raw ${D}${bindir}/fsoraw
}
|