libressl: split openssl utility into -openssl; libressl does not conflict with libssl now.

This commit is contained in:
Juan RP 2014-07-14 10:58:22 +02:00
parent ae7adc97c0
commit 04bf5c1d5a
2 changed files with 12 additions and 2 deletions

1
srcpkgs/libressl-openssl Symbolic link
View File

@ -0,0 +1 @@
libressl

View File

@ -1,9 +1,8 @@
# Template file for 'libressl'
pkgname=libressl
version=2.0.1
revision=1
revision=2
build_style=gnu-configure
conflicts="openssl>=0 libssl>=0"
short_desc="FREE version of the SSL/TLS protocol forked from OpenSSL"
maintainer="Juan RP <xtraeme@gmail.com>"
license="OpenSSL-License, SSLeay-License"
@ -27,3 +26,13 @@ libressl-devel_package() {
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
}
}