diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-09-22 12:35:25 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-09-22 12:35:25 +0000 |
commit | 367d79160ef175a20464a7b77db1501310b372bd (patch) | |
tree | 70d5fe260b3def35d6a7582a1d7c03a3c1a9c74a /xdmcp | |
parent | e44d421a512a4547a4174c670637ddffe966d1f7 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into gandalf.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2004/09/22 14:35:24+02:00 uni-frankfurt.de!mickeyl
adjust section for a couple of X things
BKrev: 4151718dRtlnKrW5OOD1N0jv1wf99A
Diffstat (limited to 'xdmcp')
-rw-r--r-- | xdmcp/libxdmcp_0.1.1.oe | 2 | ||||
-rw-r--r-- | xdmcp/libxdmcp_0.1.3.oe | 19 | ||||
-rw-r--r-- | xdmcp/libxdmcp_cvs.oe | 2 |
3 files changed, 21 insertions, 2 deletions
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" |