diff options
| author | BrewTestBot | 2014-07-03 20:34:34 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2014-07-03 22:33:31 +0100 | 
| commit | 17731eb5f167d60c9de3b82e41d2b6f8fe76d2e2 (patch) | |
| tree | 9db48fba30f83492cc2a9037ac83b8a9b06f0f71 | |
| parent | e25527ea9ca56a1adfb73faffffd41983fd19eea (diff) | |
| download | homebrew-17731eb5f167d60c9de3b82e41d2b6f8fe76d2e2.tar.bz2 | |
libmodbus: add 3.1.1 bottle.
| -rw-r--r-- | Library/Formula/libmodbus.rb | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/Library/Formula/libmodbus.rb b/Library/Formula/libmodbus.rb index a64014df4..947f58e59 100644 --- a/Library/Formula/libmodbus.rb +++ b/Library/Formula/libmodbus.rb @@ -5,6 +5,13 @@ class Libmodbus < Formula    url 'http://libmodbus.org/site_media/build/libmodbus-3.1.1.tar.gz'    sha1 '3878af4a93a01001dd3bb8db90d24d5180545b91' +  bottle do +    cellar :any +    sha1 "e6087a19d38f5c2a04fd1605ac97601bec7e578a" => :mavericks +    sha1 "56380a371bb9c5970287ee1071abe162e2c82ab7" => :mountain_lion +    sha1 "efc4d4d0873b838f6124440262afd44675e44f4d" => :lion +  end +    def install      system "./configure", "--prefix=#{prefix}"      system "make install" | 
