openssl: split libs into libssl subpkg, bumprev.
This commit is contained in:
parent
0adac812db
commit
ad2695a838
5 changed files with 28 additions and 9 deletions
1
srcpkgs/libssl
Symbolic link
1
srcpkgs/libssl
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
openssl
|
18
srcpkgs/openssl/libssl.template
Normal file
18
srcpkgs/openssl/libssl.template
Normal 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
|
||||||
|
}
|
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'openssl-devel'.
|
# Template file for 'openssl-devel'.
|
||||||
#
|
#
|
||||||
short_desc="${short_desc} - development files"
|
short_desc="Secure Socket Layer and cryptographic library - development files"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
revision=1
|
revision=2
|
||||||
|
|
||||||
Add_dependency run zlib-devel
|
Add_dependency run zlib-devel
|
||||||
Add_dependency run openssl
|
Add_dependency run libssl
|
||||||
|
|
||||||
do_install()
|
do_install()
|
||||||
{
|
{
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
pkgname=openssl
|
pkgname=openssl
|
||||||
_openssl_version=1.0.0
|
_openssl_version=1.0.0
|
||||||
version=${_openssl_version}a
|
version=${_openssl_version}a
|
||||||
revision=1
|
revision=2
|
||||||
distfiles="http://www.openssl.org/source/$pkgname-$version.tar.gz"
|
distfiles="http://www.openssl.org/source/$pkgname-$version.tar.gz"
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_script="./config"
|
configure_script="./config"
|
||||||
|
@ -10,7 +10,7 @@ configure_args="--prefix=/usr --openssldir=/etc/ssl --libdir=lib
|
||||||
zlib shared threads -Wa,--noexecstack"
|
zlib shared threads -Wa,--noexecstack"
|
||||||
make_install_target="INSTALL_PREFIX=$XBPS_DESTDIR/$pkgname-$version
|
make_install_target="INSTALL_PREFIX=$XBPS_DESTDIR/$pkgname-$version
|
||||||
MANDIR=/usr/share/man install"
|
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>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=18a9bd1fc02b8ef90dded34fafaa9089baaafef278a19fc4e89c2ab0dcf70f63
|
checksum=18a9bd1fc02b8ef90dded34fafaa9089baaafef278a19fc4e89c2ab0dcf70f63
|
||||||
long_desc="
|
long_desc="
|
||||||
|
@ -22,10 +22,10 @@ long_desc="
|
||||||
# Does not build with -j.
|
# Does not build with -j.
|
||||||
disable_parallel_build=yes
|
disable_parallel_build=yes
|
||||||
conf_files="/etc/ssl/openssl.cnf"
|
conf_files="/etc/ssl/openssl.cnf"
|
||||||
subpackages="openssl-devel"
|
subpackages="libssl openssl-devel"
|
||||||
|
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
Add_dependency run zlib
|
Add_dependency run libssl
|
||||||
Add_dependency full perl ">=0"
|
Add_dependency full perl ">=0"
|
||||||
Add_dependency build zlib-devel
|
Add_dependency build zlib-devel
|
||||||
|
|
||||||
|
|
|
@ -118,8 +118,8 @@ libxslt.so libxslt libxslt-devel
|
||||||
libstartup-notification-1.so startup-notification startup-notification-devel
|
libstartup-notification-1.so startup-notification startup-notification-devel
|
||||||
libwnck-1.so.22 libwnck libwnck-devel
|
libwnck-1.so.22 libwnck libwnck-devel
|
||||||
libnl.so libnl libnl-devel
|
libnl.so libnl libnl-devel
|
||||||
libssl.so openssl openssl-devel
|
libssl.so libssl openssl-devel
|
||||||
libcrypto.so openssl openssl-devel
|
libcrypto.so libssl openssl-devel
|
||||||
libreadline.so readline readline-devel
|
libreadline.so readline readline-devel
|
||||||
libxfcegui4.so libxfcegui4 libxfcegui4-devel
|
libxfcegui4.so libxfcegui4 libxfcegui4-devel
|
||||||
libxfce4kbd-private.so libxfcegui4 libxfcegui4-devel
|
libxfce4kbd-private.so libxfcegui4 libxfcegui4-devel
|
||||||
|
|
Loading…
Reference in a new issue