libressl: split openssl utility into -openssl; libressl does not conflict with libssl now.
This commit is contained in:
parent
ae7adc97c0
commit
04bf5c1d5a
1
srcpkgs/libressl-openssl
Symbolic link
1
srcpkgs/libressl-openssl
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
libressl
|
@ -1,9 +1,8 @@
|
|||||||
# Template file for 'libressl'
|
# Template file for 'libressl'
|
||||||
pkgname=libressl
|
pkgname=libressl
|
||||||
version=2.0.1
|
version=2.0.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
conflicts="openssl>=0 libssl>=0"
|
|
||||||
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"
|
||||||
@ -27,3 +26,13 @@ libressl-devel_package() {
|
|||||||
vmove usr/share/man/man3
|
vmove usr/share/man/man3
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
libressl-openssl_package() {
|
||||||
|
short_desc+=" - openssl utility"
|
||||||
|
conflicts="openssl>=0"
|
||||||
|
replaces="libressl<2.0.1_2"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/bin
|
||||||
|
vmove usr/share/man/man1
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user