Skip to content

Commit

Permalink
gpsd 3.7
Browse files Browse the repository at this point in the history
Closes Homebrew#12518.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
pdeschen authored and fgeller committed Aug 22, 2012
1 parent 6f847d1 commit 841eb55
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Library/Formula/gpsd.rb
@@ -0,0 +1,16 @@
require 'formula'

class Gpsd < Formula
homepage 'https://savannah.nongnu.org/projects/gpsd'
url 'http://download.savannah.gnu.org/releases/gpsd/gpsd-3.7.tar.gz'
sha1 '6e9ae7c1117102de4f96193a2fdd2778d87af045'

depends_on 'scons' => :build
depends_on 'libusb' => :optional

def install
system "scons", "chrpath=False", "python=False", "strip=False", "shared=False",
"prefix=#{prefix}/"
system "scons install"
end
end

0 comments on commit 841eb55

Please sign in to comment.