summaryrefslogtreecommitdiff
path: root/fixesext/fixesext-cvs.oe
blob: 109a94e335616c08506d1697c7061ff25d2acb1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SECTION="libs"
PRIORITY="optional"
MAINTAINER="Greg Gilbert <greg@treke.net>"
RDEPENDS="libc6"
DEPENDS=virtual/libc xextensions-cvs

SRC_URI =   cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=FixesExt
S=${WORKDIR}/FixesExt

inherit autotools pkgconfig

do_stage() {
	oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_DIR}/target/include libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR}

}