diff options
Diffstat (limited to 'sm/sm-cvs.oe')
-rw-r--r-- | sm/sm-cvs.oe | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sm/sm-cvs.oe b/sm/sm-cvs.oe index e69de29bb2..919e058389 100644 --- a/sm/sm-cvs.oe +++ b/sm/sm-cvs.oe @@ -0,0 +1,16 @@ +PV = "0.0cvs${CVSDATE}" +SECTION = "libs" +PRIORITY = "optional" +MAINTAINER = "Phil Blundell <pb@handhelds.org>" +DEPENDS = "virtual/libc x11 ice" +PROVIDES = "sm" +DESCRIPTION = "Session management library" + +SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=SM" +S = "${WORKDIR}/SM" + +inherit autotools pkgconfig + +do_stage () { + oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_INCDIR} libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR} +} |