aboutsummaryrefslogtreecommitdiffstats
path: root/damageext
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 /damageext
parent485af06869a07f894913f2d332b24ff799c0658d (diff)
downloadopenembedded-b1d9961a91e6e9a0f1a1914025b340806da8bc5b.tar.gz
xlibs2_mirror.patch
BKrev: 40d42c0d9E908yy7t2yKROMTvAK-BQ
Diffstat (limited to 'damageext')
-rw-r--r--damageext/damageext_1.0.oe16
1 files changed, 16 insertions, 0 deletions
diff --git a/damageext/damageext_1.0.oe b/damageext/damageext_1.0.oe
index e69de29bb2..0ac191cfb1 100644
--- a/damageext/damageext_1.0.oe
+++ b/damageext/damageext_1.0.oe
@@ -0,0 +1,16 @@
+SECTION = "libs"
+MAINTAINER = "Greg Gilbert <greg@treke.net>"
+DEPENDS = "xextensions fixesext"
+DESCRIPTION = "X Damage extension headers and specification"
+
+SRC_URI = "${XLIBS_MIRROR}/damageext-${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}
+}