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