libdbi: add 0.9.0 bottle.

master
BrewTestBot 2015-05-14 19:21:57 +01:00 committed by Xu Cheng
parent 697138c96b
commit 4b98bb62f2
1 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,12 @@ class Libdbi < Formula
url "https://downloads.sourceforge.net/project/libdbi/libdbi/libdbi-0.9.0/libdbi-0.9.0.tar.gz"
sha256 "dafb6cdca524c628df832b6dd0bf8fabceb103248edb21762c02d3068fca4503"
bottle do
sha256 "fdc8341304e7a5b08f8baa86019c0b75d9bea99b7461f1eafc32f906a446b49a" => :yosemite
sha256 "105af923e45a1deb810224f39ecd138442943dfef193636414bf1394982c01ea" => :mavericks
sha256 "44c30231f8c33cb67eae20b8078528c743e180bf549b940cf20598a551b46b6b" => :mountain_lion
end
def install
system "./configure", "--disable-debug", "--prefix=#{prefix}"
system "make", "install"