summaryrefslogtreecommitdiff
path: root/x11/x11-cvs.oe
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2003-11-26 23:05:08 +0000
committerChris Larson <clarson@kergoth.com>2003-11-26 23:05:08 +0000
commit35387db2be0a64f9b97bb8a1bc5c69c67da16907 (patch)
tree7f349b597b0a5604f68400e6db0820749e5c91f8 /x11/x11-cvs.oe
parentaa7792d1c07358bee1370a9bee01ed025627cf7e (diff)
Correcting various dependency issues noticed during the last oemake -a run.
BKrev: 3fc531a4VZcNua6H8futydrwoHwIyw
Diffstat (limited to 'x11/x11-cvs.oe')
-rw-r--r--x11/x11-cvs.oe32
1 files changed, 32 insertions, 0 deletions
diff --git a/x11/x11-cvs.oe b/x11/x11-cvs.oe
index e69de29bb2..9e14230f99 100644
--- a/x11/x11-cvs.oe
+++ b/x11/x11-cvs.oe
@@ -0,0 +1,32 @@
+SECTION="libs"
+PRIORITY="optional"
+MAINTAINER="Greg Gilbert <greg@treke.net>"
+RDEPENDS="libc6"
+DEPENDS=virtual/libc xproto-cvs xextentions-cvs xau-cvs xtrans-cvs xdmcp-cvs
+
+SRC_URI = cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=X11
+S=${WORKDIR}/X11
+
+inherit autotools pkgconfig libtool
+
+do_stage() {
+
+ install -c -m 644 X11/XKBlib.h ${STAGING_DIR}/target/include/X11/XKBlib.h
+ install -c -m 644 X11/Xcms.h ${STAGING_DIR}/target/include/X11/Xcms.h
+ install -c -m 644 X11/Xlib.h ${STAGING_DIR}/target/include/X11/Xlib.h
+ install -c -m 644 X11/Xlibint.h ${STAGING_DIR}/target/include/X11/Xlibint.h
+ install -c -m 644 X11/Xlocale.h ${STAGING_DIR}/target/include/X11/Xlocale.h
+ install -c -m 644 X11/Xresource.h ${STAGING_DIR}/target/include/X11/Xresource.h
+ install -c -m 644 X11/Xutil.h ${STAGING_DIR}/target/include/X11/Xutil.h
+ install -c -m 644 X11/cursorfont.h ${STAGING_DIR}/target/include/X11/cursorfont.h
+ install -c -m 644 X11/region.h ${STAGING_DIR}/target/include/X11/region.h
+ install -c -m 644 X11/ImUtil.h ${STAGING_DIR}/target/include/X11/ImUtil.h
+
+ install -c .libs/libX11.so.6.2.1 ${STAGING_DIR}/target/lib/libX11.so.6.2.1
+ ln -sf libX11.so.6.2.1 ${STAGING_LIBDIR}/libX11.so.6
+ ln -sf libX11.so.6.2.1 ${STAGING_LIBDIR}/libX11.so
+
+ install -c -m 644 .libs/libX11.a ${STAGING_DIR}/target/lib/libX11.a
+
+
+}