libressl: -openssl subpkg now provides openssl too.
This commit is contained in:
parent
00bf6f03b9
commit
159e1ef048
@ -1,7 +1,7 @@
|
|||||||
# Template file for 'libressl'
|
# Template file for 'libressl'
|
||||||
pkgname=libressl
|
pkgname=libressl
|
||||||
version=2.0.1
|
version=2.0.1
|
||||||
revision=2
|
revision=3
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="FREE version of the SSL/TLS protocol forked from OpenSSL"
|
short_desc="FREE version of the SSL/TLS protocol forked from OpenSSL"
|
||||||
@ -31,6 +31,7 @@ libressl-devel_package() {
|
|||||||
libressl-openssl_package() {
|
libressl-openssl_package() {
|
||||||
short_desc+=" - openssl utility"
|
short_desc+=" - openssl utility"
|
||||||
conflicts="openssl>=0"
|
conflicts="openssl>=0"
|
||||||
|
provides="openssl-${version}_${revision}"
|
||||||
replaces="libressl<2.0.1_2"
|
replaces="libressl<2.0.1_2"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/bin
|
vmove usr/bin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user