diff options
Diffstat (limited to 'xinerama/xinerama-cvs.oe')
-rw-r--r-- | xinerama/xinerama-cvs.oe | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/xinerama/xinerama-cvs.oe b/xinerama/xinerama-cvs.oe index e69de29bb2..3c8a19ff2e 100644 --- a/xinerama/xinerama-cvs.oe +++ b/xinerama/xinerama-cvs.oe @@ -0,0 +1,21 @@ +PV = "0.0cvs${CVSDATE}" +SECTION = "libs" +PRIORITY = "optional" +MAINTAINER = "Phil Blundell <pb@handhelds.org>" +DEPENDS = "virtual/libc panoramixext" +PROVIDES = "xinerama" +DESCRIPTION = "Xinerama library" + +SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xinerama" +S = "${WORKDIR}/Xinerama" + +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_DIR}/man +} |