diff options
Diffstat (limited to 'xext/xext-cvs.oe')
-rw-r--r-- | xext/xext-cvs.oe | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/xext/xext-cvs.oe b/xext/xext-cvs.oe index e69de29bb2..d75a1c998e 100644 --- a/xext/xext-cvs.oe +++ b/xext/xext-cvs.oe @@ -0,0 +1,19 @@ +DESCRIPTION=X Server Extension library +SECTION=libs +PRIORITY=optional +DEPENDS=virtual/libc xproto-cvs x11-cvs xextensions-cvs +PROVIDES=xext + +SRC_URI = cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xext +S=${WORKDIR}/Xext + +inherit autotools pkgconfig libtool + +do_stage() { + oe_runmake install DESTDIR=${STAGING_DIR} \ + bindir=/build/bin \ + includedir=/target/include \ + libdir=/target/lib \ + datadir=/share + prefix= +} |