libcmph 2.0

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
nibbles 2bits 2012-06-10 13:36:59 -07:00 committed by Adam Vandenberg
parent 275ad15e99
commit 14a0d0942f
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
require 'formula' require 'formula'
class Libcmph < Formula class Libcmph < Formula
url 'http://downloads.sourceforge.net/project/cmph/cmph/cmph-0.9/cmph-0.9.tar.gz'
homepage 'http://cmph.sourceforge.net' homepage 'http://cmph.sourceforge.net'
md5 '14c17e3058174e9333936caa8e18ed28' url 'http://downloads.sourceforge.net/project/cmph/cmph/cmph-2.0.tar.gz'
sha1 'eabdd4cd9f9bb2fed6773caac8d91638ad2d02b7'
def install def install
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"