garmintools 0.10
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
01ecb8a2d8
commit
046387031a
1 changed files with 15 additions and 0 deletions
15
Formula/garmintools.rb
Normal file
15
Formula/garmintools.rb
Normal file
|
@ -0,0 +1,15 @@
|
|||
require 'formula'
|
||||
|
||||
class Garmintools < Formula
|
||||
url 'http://garmintools.googlecode.com/files/garmintools-0.10.tar.gz'
|
||||
homepage 'http://code.google.com/p/garmintools/'
|
||||
md5 '1a555a5174a82e92e0f5def1c4b01ae7'
|
||||
|
||||
depends_on 'libusb-compat'
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-debug", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}"
|
||||
system "make install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue