committed by
Norman Feske
parent
c3a7df1e5e
commit
41fa0537fd
2
lib/import/import-cryptopp.mk
Normal file
2
lib/import/import-cryptopp.mk
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
INC_DIR += $(call select_from_ports,cryptopp)/include/cryptopp
|
||||||
|
|
||||||
13
lib/mk/cryptopp.mk
Normal file
13
lib/mk/cryptopp.mk
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
CRYPTOPP_SRC_DIR = $(call select_from_ports,cryptopp)/src/lib/cryptopp
|
||||||
|
|
||||||
|
LIBS += stdcxx
|
||||||
|
|
||||||
|
CRYPTOPP_SRC_CC := $(notdir $(wildcard $(CRYPTOPP_SRC_DIR)/*.cpp))
|
||||||
|
|
||||||
|
CRYPTOPP_FILTER = bench.cpp bench2.cpp test.cpp validat1.cpp
|
||||||
|
|
||||||
|
SRC_CC := $(filter-out $(CRYPTOPP_FILTER),$(CRYPTOPP_SRC_CC))
|
||||||
|
|
||||||
|
CC_WARN += -Wno-delete-non-virtual-dtor
|
||||||
|
|
||||||
|
vpath %.cpp $(CRYPTOPP_SRC_DIR)
|
||||||
1
ports/cryptopp.hash
Normal file
1
ports/cryptopp.hash
Normal file
@@ -0,0 +1 @@
|
|||||||
|
d0158e4c08b079db77e4eb63198253865598af89
|
||||||
10
ports/cryptopp.port
Normal file
10
ports/cryptopp.port
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
LICENSE := boost
|
||||||
|
VERSION := 5.6.3
|
||||||
|
DOWNLOADS := cryptopp.archive
|
||||||
|
|
||||||
|
URL(cryptopp) := http://www.cryptopp.com/cryptopp563.zip
|
||||||
|
SHA(cryptopp) := f2fcd1fbf884bed70a69b565970ecd8b33a68cc4
|
||||||
|
DIR(cryptopp) := src/lib/cryptopp
|
||||||
|
|
||||||
|
DIRS := include/cryptopp
|
||||||
|
DIR_CONTENT(include/cryptopp) := src/lib/cryptopp/*.h
|
||||||
Reference in New Issue
Block a user