summaryrefslogtreecommitdiff
path: root/content/openobex-1.0.0.oe
diff options
context:
space:
mode:
Diffstat (limited to 'content/openobex-1.0.0.oe')
-rw-r--r--content/openobex-1.0.0.oe16
1 files changed, 16 insertions, 0 deletions
diff --git a/content/openobex-1.0.0.oe b/content/openobex-1.0.0.oe
index e69de29bb2..00a3bba5cb 100644
--- a/content/openobex-1.0.0.oe
+++ b/content/openobex-1.0.0.oe
@@ -0,0 +1,16 @@
+DEPENDS = virtual/libc
+RDEPENDS = libc6
+
+SRC_URI = ${SOURCEFORGE_MIRROR}/openobex/${P}.tar.gz
+S = ${WORKDIR}/${P}
+
+inherit autotools
+
+EXTRA_OEMAKE =
+
+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}/
+}