Commit 489840e6 authored by lyxell's avatar lyxell Committed by GitHub

Merge pull request #589 from flyingP0tat0/stunnel

Add stunnel
parents 0aed46b7 321b3b40
require 'package'
class Stunnel < Package
version '5.41'
source_url 'https://www.stunnel.org/downloads/stunnel-5.41.tar.gz'
source_sha1 '9aa8335e0f9571480b0d62b4b58d9d510447b732'
depends_on 'openssl'
def self.build
system "./configure"
system "make"
end
def self.install
system "make", "DESTDIR=#{CREW_DEST_DIR}", "install"
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment