aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/orc.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/orc.rb b/Library/Formula/orc.rb
index a0fecb36f..ef2a104fe 100644
--- a/Library/Formula/orc.rb
+++ b/Library/Formula/orc.rb
@@ -1,11 +1,12 @@
require 'formula'
class Orc <Formula
- head 'git://code.entropywave.com/git/orc.git'
homepage 'http://code.entropywave.com/projects/orc/'
+ url 'http://code.entropywave.com/download/orc/orc-0.4.5.tar.gz'
+ md5 'e26e59428b13ec251916f34bea96eee5'
def install
- system "./autogen.sh", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking", "--disable-gtk-doc"
+ system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking", "--disable-gtk-doc"
system "make install"
end
end