openssl: make it parallel installable with openssl 3.0.x

This commit is contained in:
Tom G. Christensen
2021-11-27 17:53:38 +01:00
parent 4ed1cc68e4
commit be5c408ecd
5 changed files with 62 additions and 31 deletions

View File

@@ -1,28 +1,37 @@
[openssl]
pkgname="${pkgprefix}ossl"
name="openssl - Secure Sockets Layer"
name="openssl - OpenSSL shared libraries"
pkgcat="system"
pkgvendor="https://www.openssl.org"
pkgdesc="Cryptography and SSL/TLS Toolkit"
pkgver="$pkgver"
files(-,root,bin)
default_docs
$_bindir
$_libdir/*.so.*
$_libdir/engines/*.so
$_mandir/man{1,5,7}
$_sharedir/ssl
[openssl-utils]
pkgname="${pkgprefix}osslu"
name="openssl-utils - OpenSSL utilities and manpages"
pkgcat="system"
pkgvendor="https://www.openssl.org"
pkgdesc="Cryptography and SSL/TLS Toolkit"
pkgver="$pkgver"
files(-,root,bin)
$_bindir
$_mandir/man{1,5,7}
[openssl-devel]
pkgname="${pkgprefix}ossld"
name="openssl-devel - Development support for openssl"
name="openssl-devel - Development support for OpenSSL"
pkgcat="system"
pkgvendor="http://www.openssl.org"
pkgdesc="Files needed for developing with openssl"
pkgvendor="https://www.openssl.org"
pkgdesc="Files needed for developing with OpenSSL"
pkgver="$pkgver"
files(-,root,bin)
$_includedir
$_libdir/*.so
$_includedir/$pname
$_libdir/$pname/*.so
$_libdir/pkgconfig
[openssl-devel-manpages]