aboutsummaryrefslogtreecommitdiffstats
path: root/fixesext
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-06-19 12:05:33 +0000
committerPhil Blundell <philb@gnu.org>2004-06-19 12:05:33 +0000
commitb1d9961a91e6e9a0f1a1914025b340806da8bc5b (patch)
tree099fcc6ceafaf41393e8a50fee733d596da244e8 /fixesext
parent485af06869a07f894913f2d332b24ff799c0658d (diff)
downloadopenembedded-b1d9961a91e6e9a0f1a1914025b340806da8bc5b.tar.gz
xlibs2_mirror.patch
BKrev: 40d42c0d9E908yy7t2yKROMTvAK-BQ
Diffstat (limited to 'fixesext')
-rw-r--r--fixesext/fixesext_2.0.1.oe16
1 files changed, 16 insertions, 0 deletions
diff --git a/fixesext/fixesext_2.0.1.oe b/fixesext/fixesext_2.0.1.oe
index e69de29bb2..df20f78d8b 100644
--- a/fixesext/fixesext_2.0.1.oe
+++ b/fixesext/fixesext_2.0.1.oe
@@ -0,0 +1,16 @@
+SECTION = "libs"
+MAINTAINER = "Greg Gilbert <greg@treke.net>"
+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}
+}