diff --git a/recipes/openssl/Makefile b/recipes/openssl/Makefile new file mode 100644 index 0000000..7e10c3c --- /dev/null +++ b/recipes/openssl/Makefile @@ -0,0 +1,10 @@ +name = openssl +version = 1.1.1k +URL = https://www.openssl.org/source/openssl-$(version).tar.gz + +configure_backend = configure_custom +configure_custom: + cd $(bdir) && ./Configure --prefix=$(PREFIX) linux-$(ARCH) + +SYSCONF ?= ../../ +include $(SYSCONF)/package.mk