aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/lzip.rb12
1 files changed, 12 insertions, 0 deletions
diff --git a/Library/Formula/lzip.rb b/Library/Formula/lzip.rb
new file mode 100644
index 000000000..49fd2d43b
--- /dev/null
+++ b/Library/Formula/lzip.rb
@@ -0,0 +1,12 @@
+require 'formula'
+
+class Lzip <Formula
+ url 'http://mirrors.igsobe.com/nongnu/lzip/lzip-1.9.tar.gz'
+ homepage 'http://www.nongnu.org/lzip/lzip.html'
+ md5 '9e1d7f4db5b953e9f75b8500ebe0d4c0'
+
+ def install
+ system "./configure"
+ system "make install"
+ end
+end