aboutsummaryrefslogtreecommitdiffstats
path: root/flnx/flnx_0.17.oe
blob: c409f414174c9a5f0191f0c2f68448429d999fef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SECTION = "x11/libs"
DEPENDS = "microwindows"
RDEPENDS = "microwindows"
SRC_URI = "ftp://ftp.microwindows.org/pub/microwindows/flnx/flnx-${PV}.tar.gz"
DESCRIPTION = "fltk library for microwindows."

inherit autotools

EXTRA_OECONF = "--with-microwin=${STAGING_LIBDIR}/.."

do_install () {
	oe_runmake "bindir=${D}/${bindir}" \
		   "libdir=${D}/${libdir}" \
		   "includedir=${D}/${includedir}" install
}