aboutsummaryrefslogtreecommitdiffstats
path: root/packages/fixesext/fixesext_cvs.bb
blob: 4ddbc96c64c06fe5c7d17065b8ef5dfce393e713 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PV = "0.0+cvs${SRCDATE}"
LICENSE= "BSD-X"
SECTION = "libs"
DEPENDS = "xextensions"
DESCRIPTION = "X Fixes extension headers and specification."
DEFAULT_PREFERENCE = "1"

SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=FixesExt"
S = "${WORKDIR}/FixesExt"

inherit autotools pkgconfig

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