Update gpsbabel to 1.4.0

* Also use HTTP POST and send the token value.
master
Adam Vandenberg 2010-06-25 19:14:15 -07:00
parent 005bb1ee2b
commit bd180be663
1 changed files with 6 additions and 2 deletions

View File

@ -1,13 +1,17 @@
require 'formula'
class Gpsbabel <Formula
url 'http://www.gpsbabel.org/plan9.php?dl=gpsbabel-1.3.6.tar.gz'
url 'http://www.gpsbabel.org/plan9.php?token=e3947850&dl=gpsbabel-1.4.0.tar.gz'
homepage 'http://www.gpsbabel.org'
md5 '1571b31f8f06f722995449dbff01ca49'
md5 'c3f76c9e7582c2ec3a24e34e5346d8f9'
depends_on 'libusb'
depends_on 'expat'
def download_strategy
CurlPostDownloadStrategy
end
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}"
system "make install"