2010-02-22 11:47:56 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Atool < Formula
|
2010-02-22 11:47:56 +00:00
|
|
|
homepage 'http://www.nongnu.org/atool/'
|
2012-05-31 14:34:00 +00:00
|
|
|
url 'http://savannah.nongnu.org/download/atool/atool-0.39.0.tar.gz'
|
2012-09-03 18:33:56 +00:00
|
|
|
sha1 '40865bdc533f95fcaffdf8002889eb2ac67224a9'
|
2010-02-22 11:47:56 +00:00
|
|
|
|
|
|
|
def install
|
2012-02-09 06:03:59 +00:00
|
|
|
system "./configure", "--prefix=#{prefix}"
|
2010-02-22 11:47:56 +00:00
|
|
|
system "make install"
|
|
|
|
end
|
|
|
|
end
|