voms: modernize autotools deps

master
Jack Nagel 2014-05-31 20:13:07 -05:00
parent 89832642a8
commit 26ddf8e8d0
1 changed files with 4 additions and 4 deletions

View File

@ -5,12 +5,12 @@ class Voms < Formula
url 'https://github.com/italiangrid/voms/archive/2_0_11.tar.gz'
sha1 'dabc2ebe01d01052f5b3849cb04f4947a38d99dd'
depends_on :autoconf
depends_on :automake
depends_on :libtool
depends_on "autoconf" => :build
depends_on "automake" => :build
depends_on "libtool" => :build
def install
system "sh autogen.sh"
system "./autogen.sh"
system "./configure", "--prefix=#{prefix}", "--sysconfdir=#{etc}"
system "make install"
end