mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:17:35 +00:00
Ports: Add openssl package
This commit is contained in:
parent
cb5021419e
commit
b6ccbd32eb
3 changed files with 398 additions and 0 deletions
14
Ports/openssl/package.sh
Executable file
14
Ports/openssl/package.sh
Executable file
|
@ -0,0 +1,14 @@
|
|||
#!/bin/bash ../.port_include.sh
|
||||
port=openssl
|
||||
version=1.0.2t
|
||||
useconfigure=true
|
||||
configscript=Configure
|
||||
files="https://www.openssl.org/source/openssl-1.0.2t.tar.gz openssl-1.0.2t.tar.gz "
|
||||
depends="zlib"
|
||||
usr_local=$SERENITY_ROOT/Root/usr/local/
|
||||
configopts="--prefix=$usr_local --openssldir=$usr_local/ssl BSD-x86 zlib no-tests no-threads no-asm no-sock"
|
||||
|
||||
configure() {
|
||||
run rm -rf ./test/ ./apps/
|
||||
run ./"$configscript" $configopts
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue