aboutsummaryrefslogtreecommitdiffstats
path: root/packages/obsolete/fixesext/fixesext_2.0.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/obsolete/fixesext/fixesext_2.0.1.bb')
-rw-r--r--packages/obsolete/fixesext/fixesext_2.0.1.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/obsolete/fixesext/fixesext_2.0.1.bb b/packages/obsolete/fixesext/fixesext_2.0.1.bb
new file mode 100644
index 0000000000..feb53d60eb
--- /dev/null
+++ b/packages/obsolete/fixesext/fixesext_2.0.1.bb
@@ -0,0 +1,16 @@
+SECTION = "libs"
+LICENSE= "BSD-X"
+DEPENDS = "xextensions"
+DESCRIPTION = "X Fixes extension headers and specification."
+
+SRC_URI = "${XLIBS_MIRROR}/fixesext-${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}
+}