diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-09-09 01:03:35 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-09-09 01:03:35 +0800 |
| commit | d1304e447af44d2a455125866b9ffd838909416a (patch) | |
| tree | 63975ddf3df60ab157d73b372d21478e112eab32 /repos/archive/openssl/abuild | |
| parent | 2d6badaa615d7f1aaf807ac469d8a38fe2d16670 (diff) | |
| download | alicelinux-d1304e447af44d2a455125866b9ffd838909416a.tar.gz alicelinux-d1304e447af44d2a455125866b9ffd838909416a.zip | |
archived
Diffstat (limited to 'repos/archive/openssl/abuild')
| -rw-r--r-- | repos/archive/openssl/abuild | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/repos/archive/openssl/abuild b/repos/archive/openssl/abuild new file mode 100644 index 00000000..574da3d5 --- /dev/null +++ b/repos/archive/openssl/abuild @@ -0,0 +1,12 @@ +name=openssl +version=3.5.0 +release=1 +source="https://github.com/openssl/openssl/releases/download/$name-$version/$name-$version.tar.gz + https://github.com/kiss-community/openssl/releases/download/generated/openssl-${version}-generated.tar.gz::noextract" + +build() { + tar xf ../*generated* + make depend + make + make DESTDIR=$PKG install_sw install_ssldirs install_man_docs +} |