summaryrefslogtreecommitdiff
path: root/package/openobex
diff options
context:
space:
mode:
authorwbx <wbx@hydrogenium.(none)>2009-05-17 14:41:34 +0200
committerwbx <wbx@hydrogenium.(none)>2009-05-17 14:41:34 +0200
commit219a6dab8995aad9ac4860cc1a84d6f3509a03a4 (patch)
treeb9c0f3c43aebba2fcfef777592d0add39f2072f4 /package/openobex
Initial import
Diffstat (limited to 'package/openobex')
-rw-r--r--package/openobex/Config.in9
-rw-r--r--package/openobex/Makefile27
-rw-r--r--package/openobex/ipkg/openobex.control4
3 files changed, 40 insertions, 0 deletions
diff --git a/package/openobex/Config.in b/package/openobex/Config.in
new file mode 100644
index 000000000..130dd0361
--- /dev/null
+++ b/package/openobex/Config.in
@@ -0,0 +1,9 @@
+config ADK_PACKAGE_OPENOBEX
+ prompt "openobex.......................... openobex library"
+ tristate
+ default n
+ select ADK_PACKAGE_BLUEZ
+ help
+ Free open source implementation of the Object Exchange (OBEX) protocol.
+
+ http://openobex.triq.net/
diff --git a/package/openobex/Makefile b/package/openobex/Makefile
new file mode 100644
index 000000000..0aa367504
--- /dev/null
+++ b/package/openobex/Makefile
@@ -0,0 +1,27 @@
+# $Id$
+#-
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
+include ${TOPDIR}/rules.mk
+
+PKG_NAME:= openobex
+PKG_VERSION:= 1.3
+PKG_RELEASE:= 1
+PKG_MD5SUM:= feaa5dfe5151c0e70e8f868fa4648a43
+
+MASTER_SITES:= ${MASTER_SITE_SOURCEFORGE:=openobex/}
+
+include ${TOPDIR}/mk/package.mk
+
+$(eval $(call PKG_template,OPENOBEX,openobex,${PKG_VERSION}-${PKG_RELEASE},${ARCH}))
+
+CONFIGURE_STYLE:= gnu
+CONFIGURE_ARGS+= PKG_CONFIG=""
+INSTALL_STYLE:= auto
+
+post-install:
+ ${INSTALL_DIR} ${IDIR_OPENOBEX}/usr/lib
+ ${CP} ${WRKINST}/usr/lib/libopenobex.so* ${IDIR_OPENOBEX}/usr/lib/
+
+include ${TOPDIR}/mk/pkg-bottom.mk
diff --git a/package/openobex/ipkg/openobex.control b/package/openobex/ipkg/openobex.control
new file mode 100644
index 000000000..51805cdb8
--- /dev/null
+++ b/package/openobex/ipkg/openobex.control
@@ -0,0 +1,4 @@
+Package: openobex
+Priority: optional
+Section: bluetooth
+Description: Openobex