diff options
Diffstat (limited to 'package/ussp-push/Makefile')
-rw-r--r-- | package/ussp-push/Makefile | 29 |
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 |