aboutsummaryrefslogtreecommitdiffstats
path: root/classes/xlibs.bbclass
blob: f9a1195663f370704cee38518957a63774405477 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
LICENSE= "BSD-X"
SECTION = "x11/libs"

XLIBS_CVS = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs"

inherit autotools pkgconfig

do_stage() {
	oe_runmake install prefix=${STAGING_DIR} \
	       bindir=${STAGING_BINDIR} \
	       includedir=${STAGING_INCDIR} \
	       libdir=${STAGING_LIBDIR} \
	       datadir=${STAGING_DATADIR} \
		mandir=${STAGING_DATADIR}/man
}