2009-10-15 08:07:12 +00:00
|
|
|
require 'formula'
|
2009-10-08 13:58:48 +00:00
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Advancecomp < Formula
|
2012-02-09 05:01:06 +00:00
|
|
|
homepage 'http://advancemame.sourceforge.net/comp-readme.html'
|
2013-03-28 23:36:15 +00:00
|
|
|
url 'http://downloads.sourceforge.net/advancemame/advancecomp-1.17.tar.gz'
|
|
|
|
sha1 '9197bc424d111575501221710301b44764150e85'
|
2009-10-08 13:58:48 +00:00
|
|
|
|
|
|
|
def install
|
2012-02-09 05:01:06 +00:00
|
|
|
system "./configure", "--disable-debug", "--disable-dependency-tracking",
|
|
|
|
"--prefix=#{prefix}", "--mandir=#{man}"
|
2009-10-08 13:58:48 +00:00
|
|
|
system "make install"
|
|
|
|
end
|
|
|
|
end
|