Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@ciaranj
Created June 25, 2012 21:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ciaranj/2991314 to your computer and use it in GitHub Desktop.
Save ciaranj/2991314 to your computer and use it in GitHub Desktop.
OpenSSH Release.sh
#!/bin/sh
cd "$(dirname "$0")" && . ../common/update-lib.sh
#check_pristine
package=openssh
version=6.0p1
url=http://mirror.bytemark.co.uk/OpenBSD/OpenSSH/portable/
d=$package-$version
tar=$d.tar.gz
configure_options=--prefix=
download_extract_setup_and_compile
# update index
FILELIST=fileList.txt
pre_install
(cd $d && make install) || exit
#post_install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment