summaryrefslogtreecommitdiff
path: root/package/ussp-push/Makefile
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/ussp-push/Makefile
Initial import
Diffstat (limited to 'package/ussp-push/Makefile')
-rw-r--r--package/ussp-push/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/package/ussp-push/Makefile b/package/ussp-push/Makefile
new file mode 100644
index 000000000..092e137a9
--- /dev/null
+++ b/package/ussp-push/Makefile
@@ -0,0 +1,29 @@
+# $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:= ussp-push
+PKG_VERSION:= 0.11
+PKG_RELEASE:= 1
+PKG_MD5SUM:= 5c44983ee27809867041feff6bb4423a
+
+MASTER_SITES:= http://xmailserver.org/
+
+include ${TOPDIR}/mk/package.mk
+
+$(eval $(call PKG_template,USSP_PUSH,ussp-push,${PKG_VERSION}-${PKG_RELEASE},${ARCH}))
+
+CONFIGURE_STYLE:= gnu
+BUILD_STYLE:= auto
+INSTALL_STYLE:= auto
+MAKE_FLAGS+= OBEXINC="${TCPPFLAGS}" \
+ OBEXLIB="${TLDFLAGS} -lopenobex -lbluetooth"
+
+post-install:
+ ${INSTALL_DIR} ${IDIR_USSP_PUSH}/usr/bin
+ ${CP} ${WRKINST}/usr/bin/ussp-push ${IDIR_USSP_PUSH}/usr/bin/
+
+include ${TOPDIR}/mk/pkg-bottom.mk