From 2701651ff7dc32c8f014dea72e8e909f7ec49814 Mon Sep 17 00:00:00 2001 From: Squeeks Date: Wed, 9 May 2012 04:15:49 +1000 Subject: PolarSSL 1.1.4 Closes #12153. Signed-off-by: Adam Vandenberg --- Library/Formula/polarssl.rb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Library/Formula/polarssl.rb (limited to 'Library/Formula') diff --git a/Library/Formula/polarssl.rb b/Library/Formula/polarssl.rb new file mode 100644 index 000000000..d9a936be4 --- /dev/null +++ b/Library/Formula/polarssl.rb @@ -0,0 +1,15 @@ +require 'formula' + +class Polarssl < Formula + homepage 'http://polarssl.org/' + url 'http://polarssl.org/code/releases/polarssl-1.1.4-gpl.tgz' + sha1 '3dd10bd1a8f7f58e0ef8c91cfa5ea7efd5d5f4bc' + + depends_on 'cmake' => :build + + def install + system "cmake", ".", *std_cmake_args + system "make" + system "make install" + end +end -- cgit v1.2.3