gputils 0.14.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
22e22b0e39
commit
289423dcda
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
require 'formula'
|
||||
|
||||
class Gputils < Formula
|
||||
url 'http://downloads.sourceforge.net/project/gputils/gputils/0.13.7/gputils-0.13.7.tar.gz'
|
||||
homepage 'http://gputils.sourceforge.net/'
|
||||
sha1 '79fe71a9d6d4d16a5488386aceba309719d8d7fb'
|
||||
url 'http://sourceforge.net/projects/gputils/files/gputils/0.14.2/gputils-0.14.2.tar.gz'
|
||||
sha1 '65253319f2e105eb17a8d5b9a77454f213ca5efe'
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking"
|
||||
|
|
Loading…
Reference in a new issue