orc: head build with autogen fails

master
David Höppner 2010-06-10 20:22:45 +02:00
parent 26d9dc72b5
commit 6c8768751b
1 changed files with 3 additions and 2 deletions

View File

@ -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