openssl: move engines to the libssl pkg instead.

This commit is contained in:
Juan RP 2014-03-06 04:34:31 +01:00
parent dddb603aeb
commit cdbe46c449
1 changed files with 4 additions and 2 deletions

View File

@ -2,7 +2,7 @@
pkgname=openssl pkgname=openssl
_openssl_version=1.0.1 _openssl_version=1.0.1
version=${_openssl_version}f version=${_openssl_version}f
revision=1 revision=2
bootstrap=yes bootstrap=yes
short_desc="Secure Socket Layer and cryptographic library - runtime utilities" short_desc="Secure Socket Layer and cryptographic library - runtime utilities"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
@ -81,7 +81,9 @@ openssl-devel_package() {
libssl_package() { libssl_package() {
short_desc="Secure Sockets Layer and Cryptographic library" short_desc="Secure Sockets Layer and Cryptographic library"
replaces="openssl<1.0.1f_2"
pkg_install() { pkg_install() {
vmove "usr/lib/lib*.so.*" vmove "usr/lib/*.so.*"
vmove usr/lib/engines
} }
} }