summaryrefslogtreecommitdiffstats
path: root/recipes/ogre/wgois_1.2.0.bb
blob: 8efed6092d2751f2d19793277d00da42479068ad (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 libxaw"

SRC_URI = "${SOURCEFORGE_MIRROR}/wgois/ois_${PV}.tar.gz"

inherit autotools

S = "${WORKDIR}/ois"

FILES_${PN} += "${libdir}/libOIS-1*.so"