OpenSSL - mcarpenter/gnupkg GitHub Wiki
Does not obey DESTDIR so installs into actual location (/usr/local/ssl) instead of the build directory. Instead (as well?) we need to set INSTALL_PREFIX:
gnupkg -s -c './config shared' -b 'make DESTDIR="$DESTDIR" INSTALL_PREFIX="$DESTDIR" install' $PWD