openssl: split libs into libssl subpkg, bumprev.

This commit is contained in:
Juan RP
2010-11-02 08:30:51 +01:00
parent 0adac812db
commit ad2695a838
5 changed files with 28 additions and 9 deletions

View File

@@ -0,0 +1,18 @@
# 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"
Add_dependency run glibc
Add_dependency run zlib
do_install()
{
mkdir -p ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/lib*.so* ${DESTDIR}/usr/lib
}