summaryrefslogtreecommitdiff
path: root/package/boringssl
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-02-27 19:26:41 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-02-27 19:26:46 +0100
commit2c85063c49eef7e6c6499848a6c99e2e0d840893 (patch)
tree36b2a97a34b2446d499528353ea891308264e7cf /package/boringssl
parentbd9a2a328fb73f7d53de791db4a686aa5542b1da (diff)
boringssl: new package
Diffstat (limited to 'package/boringssl')
-rw-r--r--package/boringssl/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/package/boringssl/Makefile b/package/boringssl/Makefile
new file mode 100644
index 000000000..b2b7eed2c
--- /dev/null
+++ b/package/boringssl/Makefile
@@ -0,0 +1,28 @@
+# 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:= boringssl
+PKG_VERSION:= be2ee342d3781ddb954f91f8a7e660c6f59e87e5
+PKG_RELEASE:= 1
+PKG_GIT:= hash
+PKG_DESCR:= ssl library
+PKG_SECTION:= libs/crypto
+PKG_BUILDDEP:= cmake-host
+PKG_NEEDS:= c++
+PKG_URL:= https://boringssl.googlesource.com/
+PKG_SITES:= https://boringssl.googlesource.com/boringssl.git
+PKG_OPTS:= dev
+
+include $(ADK_TOPDIR)/mk/package.mk
+
+$(eval $(call PKG_template,BORINGSSL,boringssl,$(PKG_VERSION)-$(PKG_RELEASE),$(PKG_DEPENDS),$(PKG_DESCR),$(PKG_SECTION),$(PKG_OPTS)))
+
+WRKBUILD= $(WRKDIR)/$(PKG_NAME)-obj
+CONFIG_STYLE:= cmake
+INSTALL_STYLE:= manual
+
+boringssl-install:
+
+include $(ADK_TOPDIR)/mk/pkg-bottom.mk