blob: ff59a3bcae963dbda3ce6491ef9cbd6b564568c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
DESCRIPTION = "Object Oriented Input System (OIS) is meant to be a cross platform, simple solution for using all kinds of Input Devices."
LICENSE = "zlib"
DEPENDS = "virtual/libx11"
SRC_URI = "${SOURCEFORGE_MIRROR}/wgois/ois_${PV}.tar.gz"
inherit autotools_stage
S = "${WORKDIR}/ois"
FILES_${PN} += "${libdir}/libOIS-1*.so"
|