From 8faf8024fd8f874a89bb324408a47805ac63ded0 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Mon, 17 Nov 2003 23:13:29 +0000 Subject: libogg_1.0.0.oe: Install the libogg headers into the correct place in staging. openobex_1.0.0.oe: Install the openobex m4 macros in the stage target. BKrev: 3fb95619Np1CTozA2YuIPW4ZMUOmDg --- openobex/openobex_1.0.0.oe | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'openobex') diff --git a/openobex/openobex_1.0.0.oe b/openobex/openobex_1.0.0.oe index e69de29bb2..b0d821a7af 100644 --- a/openobex/openobex_1.0.0.oe +++ b/openobex/openobex_1.0.0.oe @@ -0,0 +1,15 @@ +DEPENDS = virtual/libc +RDEPENDS = libc6 + +SRC_URI = ${SOURCEFORGE_MIRROR}/openobex/${P}.tar.gz +S = ${WORKDIR}/${P} + +inherit autotools libtool + +do_stage () { + install -m 0755 src/.libs/libopenobex* ${STAGING_LIBDIR}/ + install -d ${STAGING_DIR}/target/include/openobex + install -m 0644 src/obex_const.h src/obex.h ${STAGING_DIR}/target/include/openobex/ + install -m 0755 openobex-config ${STAGING_BINDIR}/ + install -m 0644 m4macros/openobex.m4 ${STAGING_DIR}/share/aclocal/ +} -- cgit v1.2.3