2010-11-14 18:28:03 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Shntool < Formula
|
2010-11-14 18:28:03 +00:00
|
|
|
homepage 'http://etree.org/shnutils/shntool/'
|
2013-01-28 05:54:35 +00:00
|
|
|
url 'http://etree.org/shnutils/shntool/dist/src/shntool-3.0.10.tar.gz'
|
2012-09-03 18:33:56 +00:00
|
|
|
sha1 '7a2bc8801e180cf582f0e39775603582e35d50d2'
|
2010-11-14 18:28:03 +00:00
|
|
|
|
|
|
|
def install
|
2013-01-28 05:54:35 +00:00
|
|
|
system "./configure", "--disable-dependency-tracking",
|
|
|
|
"--prefix=#{prefix}"
|
2010-11-14 18:28:03 +00:00
|
|
|
system "make install"
|
|
|
|
end
|
|
|
|
end
|