summaryrefslogtreecommitdiff
path: root/package/openobex/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/openobex/Makefile')
-rw-r--r--package/openobex/Makefile27
1 files changed, 27 insertions, 0 deletions
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