From 7ff38024bec68fe70fb6eec0f5cd16188507558f Mon Sep 17 00:00:00 2001 From: davidovski Date: Wed, 6 Oct 2021 23:29:58 +0100 Subject: added all lfs packages --- repo/core/openssl.xibuild | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 repo/core/openssl.xibuild (limited to 'repo/core/openssl.xibuild') diff --git a/repo/core/openssl.xibuild b/repo/core/openssl.xibuild new file mode 100644 index 0000000..a1cdca0 --- /dev/null +++ b/repo/core/openssl.xibuild @@ -0,0 +1,17 @@ +#!/bin/bash + +DEPS=(glic) + +SOURCE=https://github.com/openssl/openssl +DESC="The open source management tools and libraries for cryptography" + +build () { + ./configure --prefix=/usr --openssldir=/etc/ssl --libdir=lib shared zlib-dynamic + make + make MANSUFFIX=ssl DESTDIR=$PKG_DEST install +} + +package () { + mkdir -pv $PKG_DEST/usr/share/doc/openssl + cp -vfr doc/* $PKG_DEST/usr/share/doc/openssl +} -- cgit v1.2.1