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