mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
libressl: -openssl now replaces openssl.
This commit is contained in:
parent
862665416c
commit
5efae99db2
1 changed files with 3 additions and 4 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'libressl'
|
# Template file for 'libressl'
|
||||||
pkgname=libressl
|
pkgname=libressl
|
||||||
version=2.0.2
|
version=2.0.2
|
||||||
revision=1
|
revision=2
|
||||||
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"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="OpenSSL-License, SSLeay-License"
|
license="OpenSSL-License, SSLeay-License, ISC"
|
||||||
homepage="http://www.libressl.org/"
|
homepage="http://www.libressl.org/"
|
||||||
distfiles="http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${pkgname}-${version}.tar.gz"
|
distfiles="http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${pkgname}-${version}.tar.gz"
|
||||||
checksum=4d16b6852cbd895ed55737819d2c042b37371f1d80fcba4fb24239eba2a5d72b
|
checksum=4d16b6852cbd895ed55737819d2c042b37371f1d80fcba4fb24239eba2a5d72b
|
||||||
|
@ -30,9 +30,8 @@ libressl-devel_package() {
|
||||||
|
|
||||||
libressl-openssl_package() {
|
libressl-openssl_package() {
|
||||||
short_desc+=" - openssl utility"
|
short_desc+=" - openssl utility"
|
||||||
conflicts="openssl>=0"
|
|
||||||
provides="openssl-${version}_${revision}"
|
provides="openssl-${version}_${revision}"
|
||||||
replaces="libressl<2.0.1_2"
|
replaces="libressl<2.0.1_2 openssl>=0"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/bin
|
vmove usr/bin
|
||||||
vmove usr/share/man/man1
|
vmove usr/share/man/man1
|
||||||
|
|
Loading…
Add table
Reference in a new issue