enet 1.3.3

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Shawn Anderson 2012-01-23 15:19:36 -05:00 committed by Adam Vandenberg
parent 952abd3205
commit ae32fa1fa8
1 changed files with 3 additions and 3 deletions

View File

@ -1,12 +1,12 @@
require 'formula'
class Enet < Formula
url 'http://enet.bespin.org/download/enet-1.2.tar.gz'
url 'http://enet.bespin.org/download/enet-1.3.3.tar.gz'
homepage 'http://enet.bespin.org'
md5 'e0d9f468d8c6f6bfd07083b3b40f5e69'
md5 '4b0b69377fd4511e82e5f0921a942e59'
def install
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"
system "make install"
end
end