You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
310 B
14 lines
310 B
10 years ago
|
name=openssl
|
||
9 years ago
|
version=1.0.2d
|
||
10 years ago
|
|
||
|
dlextract "https://www.openssl.org/source/$name-$version.tar.gz" \
|
||
9 years ago
|
"38dd619b2e77cbac69b99f52a053d25a"
|
||
|
header_end
|
||
10 years ago
|
|
||
|
cd "$name-$version"
|
||
|
|
||
|
./config --prefix=/tools shared
|
||
9 years ago
|
make all; make INSTALL_PREFIX="$dir_install" install_sw
|
||
10 years ago
|
|
||
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh et:
|