Created
November 15, 2010 08:06
-
-
Save kentaro/700150 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'formula' | |
class Bayon <Formula | |
head 'http://bayon.googlecode.com/svn/trunk' | |
homepage 'http://code.google.com/p/bayon/' | |
depends_on 'google-sparsehash' => :build | |
def install | |
system "./configure", "--disable-debug", "--disable-dependency-tracking", | |
"--prefix=#{prefix}" | |
system "make" | |
system "make install" | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment