Merge oe-devel@oe-devel.bkbits.net:packages
[openembedded.git] / xinerama / xinerama_cvs.oe
1 DESCRIPTION = "Xinerama library"
2 SECTION = "x11/libs"
3 PRIORITY = "optional"
4 MAINTAINER = "Phil Blundell <pb@handhelds.org>"
5 DEPENDS = "panoramixext xproto x11 xext"
6 PV = "0.0cvs${CVSDATE}"
7
8 SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xinerama"
9 S = "${WORKDIR}/Xinerama"
10
11 inherit autotools pkgconfig 
12
13 do_stage() {
14         oe_runmake install prefix=${STAGING_DIR} \
15                bindir=${STAGING_BINDIR} \
16                includedir=${STAGING_INCDIR} \
17                libdir=${STAGING_LIBDIR} \
18                datadir=${STAGING_DATADIR} \
19                mandir=${STAGING_DIR}/man
20 }