diff options
| author | Tim Harper | 2010-02-03 15:23:41 -0700 |
|---|---|---|
| committer | David Höppner | 2010-02-04 17:52:10 +0100 |
| commit | d2b8b46a68bafed789b40a4e42f59df14bdfe1cf (patch) | |
| tree | cd4a49be11abcd28f801e8f8b2bed7b0c7722bb9 /Library/Formula | |
| parent | 541bee624f4f01766d79c168e9961fdb0c348162 (diff) | |
| download | homebrew-d2b8b46a68bafed789b40a4e42f59df14bdfe1cf.tar.bz2 | |
lzip formula
Signed-off-by: David Höppner <0xffea@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/lzip.rb | 12 |
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 |
