From 8d7e5764c365cb73b6d9b08a47a9bc3aca0e97b0 Mon Sep 17 00:00:00 2001 From: Guy Rozendorn Date: Tue, 29 Oct 2013 18:52:24 +0200 Subject: libestr 0.1.8 Signed-off-by: Adam Vandenberg --- Library/Formula/libestr.rb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Library/Formula/libestr.rb (limited to 'Library') diff --git a/Library/Formula/libestr.rb b/Library/Formula/libestr.rb new file mode 100644 index 000000000..c0e1d809a --- /dev/null +++ b/Library/Formula/libestr.rb @@ -0,0 +1,18 @@ +require 'formula' + +class Libestr < Formula + homepage 'http://libestr.adiscon.com' + url 'http://libestr.adiscon.com/files/download/libestr-0.1.8.tar.gz' + sha256 'ce18565af57adc219799fe1659baaa70f58f169795882d770a7a2fe8ca8a6615' + + depends_on 'pkg-config' => :build + + option :universal + + def install + ENV.universal_binary if build.universal? + system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" + system "make" + system "make install" + end +end -- cgit v1.2.3