openssl: split libs into libssl subpkg, bumprev.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
pkgname=openssl
|
||||
_openssl_version=1.0.0
|
||||
version=${_openssl_version}a
|
||||
revision=1
|
||||
revision=2
|
||||
distfiles="http://www.openssl.org/source/$pkgname-$version.tar.gz"
|
||||
build_style=configure
|
||||
configure_script="./config"
|
||||
@@ -10,7 +10,7 @@ configure_args="--prefix=/usr --openssldir=/etc/ssl --libdir=lib
|
||||
zlib shared threads -Wa,--noexecstack"
|
||||
make_install_target="INSTALL_PREFIX=$XBPS_DESTDIR/$pkgname-$version
|
||||
MANDIR=/usr/share/man install"
|
||||
short_desc="Secure Socket Layer and cryptographic library"
|
||||
short_desc="Secure Socket Layer and cryptographic library - runtime utilities"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=18a9bd1fc02b8ef90dded34fafaa9089baaafef278a19fc4e89c2ab0dcf70f63
|
||||
long_desc="
|
||||
@@ -22,10 +22,10 @@ long_desc="
|
||||
# Does not build with -j.
|
||||
disable_parallel_build=yes
|
||||
conf_files="/etc/ssl/openssl.cnf"
|
||||
subpackages="openssl-devel"
|
||||
subpackages="libssl openssl-devel"
|
||||
|
||||
Add_dependency run glibc
|
||||
Add_dependency run zlib
|
||||
Add_dependency run libssl
|
||||
Add_dependency full perl ">=0"
|
||||
Add_dependency build zlib-devel
|
||||
|
||||
|
||||
Reference in New Issue
Block a user