aboutsummaryrefslogtreecommitdiffstats
path: root/packages/flnx/flnx_0.17.bb
blob: b453ad24b10176e4cd8d70d3283ed69d99840267 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
SECTION = "x11/libs"
LICENSE = "LGPL"
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
}