summaryrefslogtreecommitdiff
path: root/xt
diff options
context:
space:
mode:
Diffstat (limited to 'xt')
-rw-r--r--xt/xt_0.1.5.oe14
-rw-r--r--xt/xt_cvs.oe2
2 files changed, 15 insertions, 1 deletions
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"