ablfs-more
legacy
trunk
Last change
on this file since 6f74ca1 was 9543675, checked in by Pierre Labastie <pierre@…>, 9 years ago |
Update custom/examples. Thanks to Tom Armistead for the patch.
|
-
Property mode
set to
100644
|
File size:
915 bytes
|
Rev | Line | |
---|
[781acdc] | 1 | #
|
---|
| 2 | # $Id$
|
---|
| 3 | #
|
---|
| 4 | # The OpenSSL package contains management tools and libraries
|
---|
| 5 | # relating to cryptography. These are useful for providing
|
---|
| 6 | # cryptography functions to other packages, notably OpenSSH,
|
---|
| 7 | # email applications and web browsers (for accessing HTTPS sites).
|
---|
| 8 | #
|
---|
| 9 |
|
---|
| 10 | PKG="openssl"
|
---|
[9543675] | 11 | PKG_VERSION="1.0.2d"
|
---|
[781acdc] | 12 | PKG_FILE="openssl-${PKG_VERSION}.tar.gz"
|
---|
| 13 | URL="ftp://ftp.openssl.org/source/${PKG_FILE}"
|
---|
[9543675] | 14 | MD5="38dd619b2e77cbac69b99f52a053d25a"
|
---|
[dcf0e25] | 15 | for i in PATCH{1..10}; do
|
---|
| 16 | unset $i
|
---|
| 17 | done
|
---|
[781acdc] | 18 |
|
---|
| 19 | ( cat << "xEOFx"
|
---|
| 20 |
|
---|
[9543675] | 21 | ./config --prefix=/usr \
|
---|
| 22 | --openssldir=/etc/ssl \
|
---|
| 23 | --libdir=lib \
|
---|
| 24 | shared \
|
---|
| 25 | zlib-dynamic &&
|
---|
| 26 | make
|
---|
[781acdc] | 27 |
|
---|
[9543675] | 28 | #sed -i 's# libcrypto.a##;s# libssl.a##' Makefile
|
---|
| 29 | make MANDIR=/usr/share/man MANSUFFIX=ssl install &&
|
---|
| 30 | install -dv -m755 /usr/share/doc/openssl-1.0.2d &&
|
---|
| 31 | cp -vfr doc/* /usr/share/doc/openssl-1.0.2d
|
---|
[781acdc] | 32 |
|
---|
[9543675] | 33 | #
|
---|
| 34 | # Note: certificates not installed by this.
|
---|
| 35 | #
|
---|
[781acdc] | 36 | xEOFx
|
---|
| 37 | ) > tmp
|
---|
Note:
See
TracBrowser
for help on using the repository browser.