summaryrefslogtreecommitdiff
path: root/packages/libg15/libg15_1.2.1.bb
blob: 62f18c91b0bf18d9663f4af129ef7cf2b924133c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
DESCRIPTION = "This is a library to handle the LCD and extra keys on the Logitech G15 Gaming Keyboard."
HOMEPAGE = "http://g15tools.sourceforge.net"
LICENSE = "GPLv2"
SECTION = "libs"
PRIORITY = "optional"
DEPENDS = "libusb"
PR = "r3"

SRC_URI = "${SOURCEFORGE_MIRROR}/g15tools/libg15-${PV}.tar.bz2"

inherit autotools

EXTRA_OECONF = "--with-gnu-ld"

do_stage () {
        oe_libinstall -a -so libg15 ${STAGING_LIBDIR}
        for i in libg15.h; do
                install -m 0644 ${S}/$i ${STAGING_INCDIR}/
        done
}