From 677f6d4cb4d6e7986ffa1ab1b67037c4d06ce418 Mon Sep 17 00:00:00 2001 From: Jay Yu Date: Wed, 8 May 2013 12:13:59 +1000 Subject: snapraid 4.4 Closes #19669. --- Library/Formula/snapraid.rb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Library/Formula/snapraid.rb (limited to 'Library') diff --git a/Library/Formula/snapraid.rb b/Library/Formula/snapraid.rb new file mode 100644 index 000000000..adf40e0ce --- /dev/null +++ b/Library/Formula/snapraid.rb @@ -0,0 +1,14 @@ +require 'formula' + +class Snapraid < Formula + homepage 'http://snapraid.sourceforge.net/' + head 'git://snapraid.git.sourceforge.net/gitroot/snapraid/snapraid' + url 'http://downloads.sourceforge.net/project/snapraid/snapraid-4.4.tar.gz' + sha1 '28c73b431c4fca78194bbfa484bbf0f5f20db17c' + + def install + system "./configure", "--prefix=#{prefix}" + system "make" + system "make", "install" + end +end -- cgit v1.2.3