diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-02-19 14:48:55 -0600 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-02-19 14:49:04 -0600 |
commit | af1bf1cfba15f891eb6677e046116d5a4420aacb (patch) | |
tree | 8e1ed20beb143849e689327eb5ab8778a04c73a0 /package/polarssl/Makefile | |
parent | 1fca0943f320acd845ae610b4030cbb4aa6a3ac0 (diff) |
rename polarssl to mbedtls, update to latest
Diffstat (limited to 'package/polarssl/Makefile')
-rw-r--r-- | package/polarssl/Makefile | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/package/polarssl/Makefile b/package/polarssl/Makefile deleted file mode 100644 index 1a18b103b..000000000 --- a/package/polarssl/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# This file is part of the OpenADK project. OpenADK is copyrighted -# material, please see the LICENCE file in the top-level directory. - -include $(ADK_TOPDIR)/rules.mk - -PKG_NAME:= polarssl -PKG_VERSION:= 1.3.9 -PKG_RELEASE:= 1 -PKG_HASH:= d3605afc28ed4b7d1d9e3142d72e42855e4a23c07c951bbb0299556b02d36755 -PKG_DESCR:= embedded ssl/tls library -PKG_SECTION:= libs/crypto -PKG_URL:= https://polarssl.org/ -PKG_SITES:= https://polarssl.org/download/ -PKG_LIBNAME:= libpolarssl -PKG_OPTS:= dev - -DISTFILES:= ${PKG_NAME}-${PKG_VERSION}-gpl.tgz - -include $(ADK_TOPDIR)/mk/package.mk - -$(eval $(call PKG_template,LIBPOLARSSL,libpolarssl,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS})) - -CONFIG_STYLE:= manual -ALL_TARGET:= lib -TARGET_CFLAGS+= -DSHARED - -libpolarssl-install: - $(INSTALL_DIR) $(IDIR_LIBPOLARSSL)/usr/lib - $(CP) $(WRKINST)/usr/lib/libpolarssl.so* \ - $(IDIR_LIBPOLARSSL)/usr/lib - -include ${ADK_TOPDIR}/mk/pkg-bottom.mk |