aboutsummaryrefslogtreecommitdiffstats
path: root/openobex/openobex_1.0.0.oe
diff options
context:
space:
mode:
Diffstat (limited to 'openobex/openobex_1.0.0.oe')
-rw-r--r--openobex/openobex_1.0.0.oe15
1 files changed, 15 insertions, 0 deletions
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/
+}