diff options
37 files changed, 344 insertions, 18 deletions
diff --git a/x11/x11_6.2.1.oe b/x11/x11_6.2.1.oe index 3825ae6001..f83baa8090 100644 --- a/x11/x11_6.2.1.oe +++ b/x11/x11_6.2.1.oe @@ -1,4 +1,4 @@ -SECTION = "libs" +SECTION = "x11/libs" PRIORITY = "optional" MAINTAINER = "Greg Gilbert <greg@treke.net>" DEPENDS = "xproto xextensions xau xtrans xdmcp" diff --git a/x11/x11_cvs.oe b/x11/x11_cvs.oe index 8e5973f98d..4c52bf382f 100644 --- a/x11/x11_cvs.oe +++ b/x11/x11_cvs.oe @@ -1,5 +1,5 @@ PV = "0.0cvs${CVSDATE}" -SECTION = "libs" +SECTION = "x11/libs" PRIORITY = "optional" MAINTAINER = "Greg Gilbert <greg@treke.net>" DEPENDS = "xproto xextensions xau xtrans xdmcp" diff --git a/xau/xau_0.1.1.oe b/xau/xau_0.1.1.oe index e69de29bb2..33cfacd58c 100644 --- a/xau/xau_0.1.1.oe +++ b/xau/xau_0.1.1.oe @@ -0,0 +1,18 @@ +SECTION = "x11/libs" +PRIORITY = "optional" +MAINTAINER = "Greg Gilbert <greg@treke.net>" +DEPENDS = "xproto" +DESCRIPTION = "Authorization Protocol for X." + +SRC_URI = "${XLIBS_MIRROR}/libXau-${PV}.tar.bz2" +S = "${WORKDIR}/libXau-${PV}" + +inherit autotools pkgconfig + +do_stage() { + oe_runmake install prefix=${STAGING_DIR} \ + bindir=${STAGING_BINDIR} \ + includedir=${STAGING_INCDIR} \ + libdir=${STAGING_LIBDIR} \ + datadir=${STAGING_DATADIR} +} diff --git a/xau/xau_cvs.oe b/xau/xau_cvs.oe index b1fd811153..a3fd1f1754 100644 --- a/xau/xau_cvs.oe +++ b/xau/xau_cvs.oe @@ -1,5 +1,5 @@ PV = "0.0cvs${CVSDATE}" -SECTION = "libs" +SECTION = "x11/libs" PRIORITY = "optional" MAINTAINER = "Greg Gilbert <greg@treke.net>" DEPENDS = "xproto" diff --git a/xaw/xaw_7.0.2.oe b/xaw/xaw_7.0.2.oe index 1eb686f2b0..6b6e924a73 100644 --- a/xaw/xaw_7.0.2.oe +++ b/xaw/xaw_7.0.2.oe @@ -1,4 +1,4 @@ -SECTION = "libs" +SECTION = "x11/libs" PRIORITY = "optional" MAINTAINER = "Phil Blundell <pb@handhelds.org>" DEPENDS = "xproto x11 xt xmu xpm" diff --git a/xaw/xaw_cvs.oe b/xaw/xaw_cvs.oe index d22fe94989..af28df1244 100644 --- a/xaw/xaw_cvs.oe +++ b/xaw/xaw_cvs.oe @@ -1,5 +1,5 @@ PV = "0.0cvs${CVSDATE}" -SECTION = "libs" +SECTION = "x11/libs" PRIORITY = "optional" MAINTAINER = "Phil Blundell <pb@handhelds.org>" DEPENDS = "xproto x11 xt xmu xpm" diff --git a/xcalibrate/xcalibrate_cvs.oe b/xcalibrate/xcalibrate_cvs.oe index e69de29bb2..d56d44a780 100644 --- a/xcalibrate/xcalibrate_cvs.oe +++ b/xcalibrate/xcalibrate_cvs.oe @@ -0,0 +1,19 @@ +PV = "0.0cvs${CVSDATE}" +SECTION = "x11/libs" +PRIORITY = "optional" +MAINTAINER = "Phil Blundell <pb@freedesktop.org>" +DEPENDS = "x11 xcalibrateext xext" +DESCRIPTION = "XCalibrate client-side library" + +SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=XCalibrate" +S = "${WORKDIR}/XCalibrate" + +inherit autotools pkgconfig + +do_stage() { + oe_runmake install prefix=${STAGING_DIR} \ + bindir=${STAGING_BINDIR} \ + includedir=${STAGING_INCDIR} \ + libdir=${STAGING_LIBDIR} \ + datadir=${STAGING_DATADIR} +} diff --git a/xcalibrateext/xcalibrateext_cvs.oe b/xcalibrateext/xcalibrateext_cvs.oe index e69de29bb2..19c37afc48 100644 --- a/xcalibrateext/xcalibrateext_cvs.oe +++ b/xcalibrateext/xcalibrateext_cvs.oe @@ -0,0 +1,17 @@ +PV = "0.0cvs${CVSDATE}" +SECTION = "x11/libs" +MAINTAINER = "Phil Blundell <pb@nexus.co.uk>" +DESCRIPTION = "XCalibrate extension headers" + +SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=XCalibrateExt" +S = "${WORKDIR}/XCalibrateExt" + +inherit autotools pkgconfig + +do_stage() { + oe_runmake install prefix=${STAGING_DIR} \ + bindir=${STAGING_BINDIR} \ + includedir=${STAGING_INCDIR} \ + libdir=${STAGING_LIBDIR} \ + datadir=${STAGING_DATADIR} +} diff --git a/xcomposite/xcomposite_1.0.1.oe b/xcomposite/xcomposite_1.0.1.oe index e69de29bb2..dc2157b2ce 100644 --- a/xcomposite/xcomposite_1.0.1.oe +++ b/xcomposite/xcomposite_1.0.1.oe @@ -0,0 +1,16 @@ +SECTION = "x11/libs" +DEPENDS = "x11 compositeext xextensions libxfixes" +DESCRIPTION = "X Composite extension library." + +SRC_URI = "${XLIBS_MIRROR}/libXcomposite-${PV}.tar.bz2" +S = "${WORKDIR}/libXcomposite-${PV}" + +inherit autotools pkgconfig + +do_stage() { + oe_runmake install prefix=${STAGING_DIR} \ + bindir=${STAGING_BINDIR} \ + includedir=${STAGING_INCDIR} \ + libdir=${STAGING_LIBDIR} \ + datadir=${STAGING_DATADIR} +} diff --git a/xcomposite/xcomposite_cvs.oe b/xcomposite/xcomposite_cvs.oe index 9f648c2987..b93eecca98 100644 --- a/xcomposite/xcomposite_cvs.oe +++ b/xcomposite/xcomposite_cvs.oe @@ -1,5 +1,5 @@ PV = "0.0cvs${CVSDATE}" -SECTION = "libs" +SECTION = "x11/libs" DEPENDS = "x11 compositeext xextensions libxfixes" DESCRIPTION = "X Composite extension library." diff --git a/xdamage/xdamage_1.0.1.oe b/xdamage/xdamage_1.0.1.oe index e69de29bb2..0566771015 100644 --- a/xdamage/xdamage_1.0.1.oe +++ b/xdamage/xdamage_1.0.1.oe @@ -0,0 +1,17 @@ +SECTION = "x11/libs" +DEPENDS = "x11 damageext libxfixes xproto" +DESCRIPTION = "X Damage extension library." + +SRC_URI = "${XLIBS_MIRROR}/libXdamage-${PV}.tar.bz2 \ + file://m4.patch;patch=1" +S = "${WORKDIR}/libXdamage-${PV}" + +inherit autotools pkgconfig + +do_stage() { + oe_runmake install prefix=${STAGING_DIR} \ + bindir=${STAGING_BINDIR} \ + includedir=${STAGING_INCDIR} \ + libdir=${STAGING_LIBDIR} \ + datadir=${STAGING_DATADIR} +} diff --git a/xdamage/xdamage_cvs.oe b/xdamage/xdamage_cvs.oe index fc64c570a8..836f9bc799 100644 --- a/xdamage/xdamage_cvs.oe +++ b/xdamage/xdamage_cvs.oe @@ -1,5 +1,5 @@ PV = "0.0cvs${CVSDATE}" -SECTION = "libs" +SECTION = "x11/libs" DEPENDS = "x11 damageext libxfixes xproto" DESCRIPTION = "X Damage extension library." diff --git a/xdmcp/libxdmcp_0.1.1.oe b/xdmcp/libxdmcp_0.1.1.oe index 2efc952ce7..29ab063f19 100644 --- a/xdmcp/libxdmcp_0.1.1.oe +++ b/xdmcp/libxdmcp_0.1.1.oe @@ -1,4 +1,4 @@ -SECTION = "libs" +SECTION = "x11/libs" PRIORITY = "optional" MAINTAINER = "Greg Gilbert <greg@treke.net>" DEPENDS = "xproto" diff --git a/xdmcp/libxdmcp_0.1.3.oe b/xdmcp/libxdmcp_0.1.3.oe index e69de29bb2..29ab063f19 100644 --- a/xdmcp/libxdmcp_0.1.3.oe +++ b/xdmcp/libxdmcp_0.1.3.oe @@ -0,0 +1,19 @@ +SECTION = "x11/libs" +PRIORITY = "optional" +MAINTAINER = "Greg Gilbert <greg@treke.net>" +DEPENDS = "xproto" +PROVIDES = "xdmcp" +DESCRIPTION = "X Display Manager Control Protocol library." +S = "${WORKDIR}/libXdmcp-${PV}" + +SRC_URI = "${XLIBS_MIRROR}/libXdmcp-${PV}.tar.bz2" + +inherit autotools pkgconfig + +do_stage() { + oe_runmake install prefix=${STAGING_DIR} \ + bindir=${STAGING_BINDIR} \ + includedir=${STAGING_INCDIR} \ + libdir=${STAGING_LIBDIR} \ + datadir=${STAGING_DATADIR} +} diff --git a/xdmcp/libxdmcp_cvs.oe b/xdmcp/libxdmcp_cvs.oe index 043b2e6719..2ff12fd39a 100644 --- a/xdmcp/libxdmcp_cvs.oe +++ b/xdmcp/libxdmcp_cvs.oe @@ -1,5 +1,5 @@ PV = "0.0cvs${CVSDATE}" -SECTION = "libs" +SECTION = "x11/libs" PRIORITY = "optional" MAINTAINER = "Greg Gilbert <greg@treke.net>" DEPENDS = "xproto" diff --git a/xext/xext_cvs.oe b/xext/xext_cvs.oe index c2fc7e7332..c1f0250054 100644 --- a/xext/xext_cvs.oe +++ b/xext/xext_cvs.oe @@ -1,6 +1,6 @@ PV = "0.0cvs${CVSDATE}" DESCRIPTION = "X Server Extension library" -SECTION = "libs" +SECTION = "x11/libs" PRIORITY = "optional" DEPENDS = "xproto x11 xextensions" diff --git a/xextensions/xextensions_1.0.1.oe b/xextensions/xextensions_1.0.1.oe index a068d7ba10..adfc4b2f9c 100644 --- a/xextensions/xextensions_1.0.1.oe +++ b/xextensions/xextensions_1.0.1.oe @@ -1,4 +1,4 @@ -SECTION = "libs" +SECTION = "x11/libs" MAINTAINER = "Greg Gilbert <greg@treke.net>" DESCRIPTION = "various extension headers." diff --git a/xextensions/xextensions_cvs.oe b/xextensions/xextensions_cvs.oe index 1289c60792..bb8907a70d 100644 --- a/xextensions/xextensions_cvs.oe +++ b/xextensions/xextensions_cvs.oe @@ -1,5 +1,5 @@ PV = "0.0cvs${CVSDATE}" -SECTION = "libs" +SECTION = "x11/libs" MAINTAINER = "Greg Gilbert <greg@treke.net>" DESCRIPTION = "various extension headers." diff --git a/xfont/xfont_1.4.2.oe b/xfont/xfont_1.4.2.oe index e69de29bb2..c8ed33d931 100644 --- a/xfont/xfont_1.4.2.oe +++ b/xfont/xfont_1.4.2.oe @@ -0,0 +1,18 @@ +SECTION = "x11/libs" +PRIORITY = "optional" +MAINTAINER = "Greg Gilbert <greg@treke.net>" +DEPENDS = "xproto xtrans zlib" +DESCRIPTION = "X font libary (used by the X server)." + +SRC_URI = "${XLIBS_MIRROR}/libXfont-${PV}.tar.bz2" +S = "${WORKDIR}/libXfont-${PV}" + +inherit autotools pkgconfig + +do_stage() { + oe_runmake install prefix=${STAGING_DIR} \ + bindir=${STAGING_BINDIR} \ + includedir=${STAGING_INCDIR} \ + libdir=${STAGING_LIBDIR} \ + datadir=${STAGING_DATADIR} +} diff --git a/xfont/xfont_cvs.oe b/xfont/xfont_cvs.oe index e69de29bb2..29e661eb68 100644 --- a/xfont/xfont_cvs.oe +++ b/xfont/xfont_cvs.oe @@ -0,0 +1,19 @@ +PV = "0.0cvs${CVSDATE}" +SECTION = "x11/libs" +PRIORITY = "optional" +MAINTAINER = "Greg Gilbert <greg@treke.net>" +DEPENDS = "xproto xtrans zlib" +DESCRIPTION = "X font libary (used by the X server)." + +SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xfont" +S = "${WORKDIR}/Xfont" + +inherit autotools pkgconfig + +do_stage() { + oe_runmake install prefix=${STAGING_DIR} \ + bindir=${STAGING_BINDIR} \ + includedir=${STAGING_INCDIR} \ + libdir=${STAGING_LIBDIR} \ + datadir=${STAGING_DATADIR} +} diff --git a/xi/xi_6.0.1.oe b/xi/xi_6.0.1.oe index e69de29bb2..ebed056b2c 100644 --- a/xi/xi_6.0.1.oe +++ b/xi/xi_6.0.1.oe @@ -0,0 +1,16 @@ +SECTION = "x11/libs" +DEPENDS = "x11 xextensions" +DESCRIPTION = "X Input extension library." + +SRC_URI = "${XLIBS_MIRROR}/libXi-${PV}.tar.bz2" +S = "${WORKDIR}/libXi-${PV}" + +inherit autotools pkgconfig + +do_stage() { + oe_runmake install prefix=${STAGING_DIR} \ + bindir=${STAGING_BINDIR} \ + includedir=${STAGING_INCDIR} \ + libdir=${STAGING_LIBDIR} \ + datadir=${STAGING_DATADIR} +} diff --git a/xi/xi_cvs.oe b/xi/xi_cvs.oe index e69de29bb2..0356ac148f 100644 --- a/xi/xi_cvs.oe +++ b/xi/xi_cvs.oe @@ -0,0 +1,17 @@ +PV = "0.0cvs${CVSDATE}" +SECTION = "x11/libs" +DEPENDS = "x11 xextensions" +DESCRIPTION = "X Input extension library." + +SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xi" +S = "${WORKDIR}/Xi" + +inherit autotools pkgconfig + +do_stage() { + oe_runmake install prefix=${STAGING_DIR} \ + bindir=${STAGING_BINDIR} \ + includedir=${STAGING_INCDIR} \ + libdir=${STAGING_LIBDIR} \ + datadir=${STAGING_DATADIR} +} diff --git a/xinerama/xinerama_1.0.2.oe b/xinerama/xinerama_1.0.2.oe index e69de29bb2..b2501eedf0 100644 --- a/xinerama/xinerama_1.0.2.oe +++ b/xinerama/xinerama_1.0.2.oe @@ -0,0 +1,19 @@ +SECTION = "x11/libs" +PRIORITY = "optional" +MAINTAINER = "Phil Blundell <pb@handhelds.org>" +DEPENDS = "panoramixext" +DESCRIPTION = "Xinerama library" + +SRC_URI = "${XLIBS_MIRROR}/libXinerama-${PV}.tar.bz2" +S = "${WORKDIR}/libXinerama-${PV}" + +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 +} diff --git a/xinerama/xinerama_cvs.oe b/xinerama/xinerama_cvs.oe index e69de29bb2..baade794c1 100644 --- a/xinerama/xinerama_cvs.oe +++ b/xinerama/xinerama_cvs.oe @@ -0,0 +1,20 @@ +PV = "0.0cvs${CVSDATE}" +SECTION = "x11/libs" +PRIORITY = "optional" +MAINTAINER = "Phil Blundell <pb@handhelds.org>" +DEPENDS = "panoramixext" +DESCRIPTION = "Xinerama library" + +SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xinerama" +S = "${WORKDIR}/Xinerama" + +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 +} diff --git a/xmu/xmu_cvs.oe b/xmu/xmu_cvs.oe index e69de29bb2..0d4e9e3651 100644 --- a/xmu/xmu_cvs.oe +++ b/xmu/xmu_cvs.oe @@ -0,0 +1,14 @@ +PV = "0.0cvs${CVSDATE}" +SECTION = "x11/libs" +PRIORITY = "optional" +MAINTAINER = "Phil Blundell <pb@handhelds.org>" +DEPENDS = "xt xext" + +SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xmu" +S = "${WORKDIR}/Xmu" + +inherit autotools pkgconfig + +do_stage () { + oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_INCDIR} libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR} +} diff --git a/xpm/xpm_3.5.1.oe b/xpm/xpm_3.5.1.oe index e69de29bb2..8539e56923 100644 --- a/xpm/xpm_3.5.1.oe +++ b/xpm/xpm_3.5.1.oe @@ -0,0 +1,15 @@ +SECTION = "x11/libs" +PRIORITY = "optional" +MAINTAINER = "Greg Gilbert <greg@treke.net>" +DEPENDS = "xproto x11" +DESCRIPTION = "X Pixmap library." + +SRC_URI = "${XLIBS_MIRROR}/libXpm-${PV}.tar.bz2" +S = "${WORKDIR}/libXpm-${PV}" + +inherit autotools pkgconfig + +do_stage () { + install -m 0644 ${S}/lib/xpm.h ${STAGING_INCDIR}/X11/xpm.h + oe_libinstall -a -so -C lib libXpm ${STAGING_LIBDIR} +} diff --git a/xpm/xpm_cvs.oe b/xpm/xpm_cvs.oe index e69de29bb2..2e33482f32 100644 --- a/xpm/xpm_cvs.oe +++ b/xpm/xpm_cvs.oe @@ -0,0 +1,16 @@ +PV = "0.0cvs${CVSDATE}" +SECTION = "x11/libs" +PRIORITY = "optional" +MAINTAINER = "Greg Gilbert <greg@treke.net>" +DEPENDS = "xproto x11" +DESCRIPTION = "X Pixmap library." + +SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xpm" +S = "${WORKDIR}/Xpm" + +inherit autotools pkgconfig + +do_stage () { + install -m 0644 ${S}/lib/xpm.h ${STAGING_INCDIR}/X11/xpm.h + oe_libinstall -a -so -C lib libXpm ${STAGING_LIBDIR} +} diff --git a/xproto/xproto_6.6.2.oe b/xproto/xproto_6.6.2.oe index 0605174444..101d0b4067 100644 --- a/xproto/xproto_6.6.2.oe +++ b/xproto/xproto_6.6.2.oe @@ -1,4 +1,4 @@ -SECTION = "libs" +SECTION = "x11/libs" MAINTAINER = "Greg Gilbert <greg@treke.net>" DESCRIPTION = "X protocol and ancillary headers." diff --git a/xproto/xproto_cvs.oe b/xproto/xproto_cvs.oe index bcf2d4ab66..ef4c121356 100644 --- a/xproto/xproto_cvs.oe +++ b/xproto/xproto_cvs.oe @@ -1,5 +1,5 @@ PV = "0.0cvs${CVSDATE}" -SECTION = "libs" +SECTION = "x11/libs" MAINTAINER = "Greg Gilbert <greg@treke.net>" DESCRIPTION = "X protocol and ancillary headers." diff --git a/xres/xres_1.0.1.oe b/xres/xres_1.0.1.oe index e69de29bb2..af6c27100f 100644 --- a/xres/xres_1.0.1.oe +++ b/xres/xres_1.0.1.oe @@ -0,0 +1,17 @@ +SECTION = "x11/libs" +MAINTAINER = "Greg Gilbert <greg@treke.net>" +DEPENDS = "x11 xextensions xext resourceext" +DESCRIPTION = "X Resource usage library." + +SRC_URI = "${XLIBS_MIRROR}/libXres-${PV}.tar.bz2" +S = "${WORKDIR}/libXres-${PV}" + +inherit autotools pkgconfig + +do_stage() { + oe_runmake install prefix=${STAGING_DIR} \ + bindir=${STAGING_BINDIR} \ + includedir=${STAGING_INCDIR} \ + libdir=${STAGING_LIBDIR} \ + datadir=${STAGING_DATADIR} +} diff --git a/xres/xres_cvs.oe b/xres/xres_cvs.oe index e69de29bb2..dc7efb3af8 100644 --- a/xres/xres_cvs.oe +++ b/xres/xres_cvs.oe @@ -0,0 +1,18 @@ +PV = "0.0cvs${CVSDATE}" +SECTION = "x11/libs" +MAINTAINER = "Greg Gilbert <greg@treke.net>" +DEPENDS = "x11 xextensions xext resourceext" +DESCRIPTION = "X Resource usage library." + +SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=XRes" +S = "${WORKDIR}/XRes" + +inherit autotools pkgconfig + +do_stage() { + oe_runmake install prefix=${STAGING_DIR} \ + bindir=${STAGING_BINDIR} \ + includedir=${STAGING_INCDIR} \ + libdir=${STAGING_LIBDIR} \ + datadir=${STAGING_DATADIR} +} diff --git a/xt/xt_0.1.5.oe b/xt/xt_0.1.5.oe index e69de29bb2..97c1e1fcc1 100644 --- a/xt/xt_0.1.5.oe +++ b/xt/xt_0.1.5.oe @@ -0,0 +1,14 @@ +SECTION = "x11/libs" +PRIORITY = "optional" +MAINTAINER = "Phil Blundell <pb@handhelds.org>" +DEPENDS = "x11 libsm" +DESCRIPTION = "X Toolkit Intrinsics" + +SRC_URI = "${XLIBS_MIRROR}/libXt-${PV}.tar.bz2" +S = "${WORKDIR}/libXt-${PV}" + +inherit autotools pkgconfig + +do_stage () { + oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_INCDIR} libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR} +} diff --git a/xt/xt_cvs.oe b/xt/xt_cvs.oe index 60f711c8ec..7fa251df4e 100644 --- a/xt/xt_cvs.oe +++ b/xt/xt_cvs.oe @@ -1,5 +1,5 @@ PV = "0.0cvs${CVSDATE}" -SECTION = "libs" +SECTION = "x11/libs" PRIORITY = "optional" MAINTAINER = "Phil Blundell <pb@handhelds.org>" DEPENDS = "x11 libsm" diff --git a/xtrans/xtrans_0.1.oe b/xtrans/xtrans_0.1.oe index a88e6a923c..ad0f5e2719 100644 --- a/xtrans/xtrans_0.1.oe +++ b/xtrans/xtrans_0.1.oe @@ -1,4 +1,4 @@ -SECTION = "libs" +SECTION = "x11/libs" MAINTAINER = "Greg Gilbert <greg@treke.net>" DESCRIPTION = "network API translation layer to \ insulate X applications and libraries from OS \ diff --git a/xtrans/xtrans_cvs.oe b/xtrans/xtrans_cvs.oe index fa420c0eeb..b127b631cd 100644 --- a/xtrans/xtrans_cvs.oe +++ b/xtrans/xtrans_cvs.oe @@ -1,5 +1,5 @@ PV = "0.0cvs${CVSDATE}" -SECTION = "libs" +SECTION = "x11/libs" MAINTAINER = "Greg Gilbert <greg@treke.net>" DESCRIPTION = "network API translation layer to \ insulate X applications and libraries from OS \ diff --git a/xtst/xtst_cvs.oe b/xtst/xtst_cvs.oe index bf51de542e..679c68788f 100644 --- a/xtst/xtst_cvs.oe +++ b/xtst/xtst_cvs.oe @@ -1,5 +1,5 @@ PV = "0.0cvs${CVSDATE}" -SECTION = "libs" +SECTION = "x11/libs" PRIORITY = "optional" MAINTAINER = "Phil Blundell <pb@handhelds.org>" DEPENDS = "x11 recordext xext" diff --git a/xxf86vmext/xxf86vmext_cvs.oe b/xxf86vmext/xxf86vmext_cvs.oe index e69de29bb2..b63889d1f9 100644 --- a/xxf86vmext/xxf86vmext_cvs.oe +++ b/xxf86vmext/xxf86vmext_cvs.oe @@ -0,0 +1,17 @@ +PV = "0.0cvs${CVSDATE}" +SECTION = "x11/libs" +MAINTAINER = "Phil Blundell <pb@nexus.co.uk>" +DESCRIPTION = "Xxf86vm extension headers" + +SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xxf86vmExt" +S = "${WORKDIR}/Xxf86vmExt" + +inherit autotools pkgconfig + +do_stage() { + oe_runmake install prefix=${STAGING_DIR} \ + bindir=${STAGING_BINDIR} \ + includedir=${STAGING_INCDIR} \ + libdir=${STAGING_LIBDIR} \ + datadir=${STAGING_DATADIR} +} |