Fix the xproto-native 6.6.2 build.
authorChris Larson <clarson@kergoth.com>
Tue, 29 Jun 2004 20:19:47 +0000 (20:19 +0000)
committerChris Larson <clarson@kergoth.com>
Tue, 29 Jun 2004 20:19:47 +0000 (20:19 +0000)
BKrev: 40e1cee3cwtxoLh_BbJwZGtqgjzVwg

xproto/xproto_6.6.2.oe

index e69de29..0605174 100644 (file)
@@ -0,0 +1,16 @@
+SECTION = "libs"
+MAINTAINER = "Greg Gilbert <greg@treke.net>"
+DESCRIPTION = "X protocol and ancillary headers."
+
+SRC_URI = "${XLIBS_MIRROR}/xproto-${PV}.tar.gz"
+S = "${WORKDIR}/xproto-${PV}"
+
+inherit autotools pkgconfig
+
+do_stage() {
+       oe_runmake install prefix=${STAGING_DIR} \
+              bindir=${STAGING_BINDIR} \
+              includedir=${STAGING_INCDIR} \
+              libdir=${STAGING_LIBDIR} \
+              datadir=${STAGING_DATADIR}
+}