orc formula

master
David Conrad 2009-10-06 03:59:40 -04:00 committed by Max Howell
parent caff2aa1a6
commit 2cd527af8c
1 changed files with 11 additions and 0 deletions

11
Formula/orc.rb Normal file
View File

@ -0,0 +1,11 @@
require 'brewkit'
class Orc <Formula
head 'git://code.entropywave.com/git/orc.git'
homepage 'http://code.entropywave.com/projects/orc/'
def install
system "./autogen.sh", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking", "--disable-gtk-doc"
system "make install"
end
end