diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-06-07 11:30:52 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-06-07 11:30:52 +0000 |
commit | daa355b964492fcd9c8a5d33ff5be212a5c93597 (patch) | |
tree | 1ece55840f6153b3a4def787fe99dd9a9f6a1314 /x11 | |
parent | 7f9a1790e284fce99afd8ad9c5310a808c6fa8f3 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into home.hrw.one.pl:/home/szczepan/zaurus/oe/packages
2004/06/07 13:28:16+02:00 hrw.one.pl!hrw
Renaming x-related packages from STH-cvs.oe into STH_cvs.oe
BKrev: 40c451ecy9TG4Z3gpX3SDOLhZAQ6uA
Diffstat (limited to 'x11')
-rw-r--r-- | x11/diet-x11_cvs.oe (renamed from x11/diet-x11-cvs.oe) | 0 | ||||
-rw-r--r-- | x11/x11_cvs.oe | 35 |
2 files changed, 35 insertions, 0 deletions
diff --git a/x11/diet-x11-cvs.oe b/x11/diet-x11_cvs.oe index e69de29bb2..e69de29bb2 100644 --- a/x11/diet-x11-cvs.oe +++ b/x11/diet-x11_cvs.oe diff --git a/x11/x11_cvs.oe b/x11/x11_cvs.oe index e69de29bb2..b5aa4c03a3 100644 --- a/x11/x11_cvs.oe +++ b/x11/x11_cvs.oe @@ -0,0 +1,35 @@ +PV = "0.0cvs${CVSDATE}" +SECTION = "libs" +PRIORITY = "optional" +MAINTAINER = "Greg Gilbert <greg@treke.net>" +DEPENDS = "xproto xextensions xau xtrans xdmcp" +DESCRIPTION = "Base X libs." +FILES_${PN}_append = " ${datadir}/X11" + +SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=X11" +S = "${WORKDIR}/X11" + +inherit autotools pkgconfig + +do_compile() { + ( + unset CC LD CXX CCLD +# unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS + oe_runmake -C src/util 'CFLAGS=' 'LDFLAGS=' 'CXXFLAGS=' 'CPPFLAGS=' makekeys + ) + oe_runmake +} + +do_stage() { + install -c -m 644 include/X11/XKBlib.h ${STAGING_INCDIR}/X11/XKBlib.h + install -c -m 644 include/X11/Xcms.h ${STAGING_INCDIR}/X11/Xcms.h + install -c -m 644 include/X11/Xlib.h ${STAGING_INCDIR}/X11/Xlib.h + install -c -m 644 include/X11/Xlibint.h ${STAGING_INCDIR}/X11/Xlibint.h + install -c -m 644 include/X11/Xlocale.h ${STAGING_INCDIR}/X11/Xlocale.h + install -c -m 644 include/X11/Xresource.h ${STAGING_INCDIR}/X11/Xresource.h + install -c -m 644 include/X11/Xutil.h ${STAGING_INCDIR}/X11/Xutil.h + install -c -m 644 include/X11/cursorfont.h ${STAGING_INCDIR}/X11/cursorfont.h + install -c -m 644 include/X11/region.h ${STAGING_INCDIR}/X11/region.h + + oe_libinstall -a -so -C src libX11 ${STAGING_LIBDIR} +} |