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.
13 lines
293 B
13 lines
293 B
10 years ago
|
name=openssl
|
||
|
version=1.0.1j
|
||
|
|
||
|
dlextract "https://www.openssl.org/source/$name-$version.tar.gz" \
|
||
|
"f7175c9cd3c39bb1907ac8bba9df8ed3"
|
||
|
|
||
|
cd "$name-$version"
|
||
|
|
||
|
./config --prefix=/tools shared
|
||
|
make INSTALL_PREFIX="$dir_install" all install_sw
|
||
|
|
||
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh et:
|