2010-11-02 07:30:51 +00:00
|
|
|
# Template file for 'libssl'.
|
|
|
|
#
|
|
|
|
short_desc="Secure Sockets Layer and Cryptographic library"
|
|
|
|
long_desc="
|
|
|
|
${long_desc}
|
|
|
|
|
|
|
|
This package includes the OpenSSL libssl and libcrypto shared libraries."
|
|
|
|
|
|
|
|
replaces="openssl<1.0.0a_2"
|
|
|
|
|
2012-01-04 20:48:53 +00:00
|
|
|
do_install() {
|
|
|
|
vmove "usr/lib/lib*.so*" usr/lib
|
2010-11-02 07:30:51 +00:00
|
|
|
}
|