aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libpcl.rb
diff options
context:
space:
mode:
authorBrewTestBot2014-07-03 22:00:25 +0100
committerMike McQuaid2014-07-03 22:33:34 +0100
commit35cba954a75fb8791e3eecbe94f750a7122fa69b (patch)
tree4e6d077c13a46a31d29e15fe209b900554b4d912 /Library/Formula/libpcl.rb
parent46cb266b8573486435e876560a23fa39f0def774 (diff)
downloadhomebrew-35cba954a75fb8791e3eecbe94f750a7122fa69b.tar.bz2
libpcl: add 1.12 bottle.
Diffstat (limited to 'Library/Formula/libpcl.rb')
-rw-r--r--Library/Formula/libpcl.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/libpcl.rb b/Library/Formula/libpcl.rb
index 96fc6b0a6..db0eb4501 100644
--- a/Library/Formula/libpcl.rb
+++ b/Library/Formula/libpcl.rb
@@ -5,6 +5,13 @@ class Libpcl < Formula
url 'http://xmailserver.org/pcl-1.12.tar.gz'
sha1 'a206c8fb5a96e65005f414ac46aeccd4b3603c8d'
+ bottle do
+ cellar :any
+ sha1 "5f5fa67315aa53eec8456101bf79d14d1b80f9ff" => :mavericks
+ sha1 "3e68ab4a81fec5b4bc482cebe07a1d682d3e2b69" => :mountain_lion
+ sha1 "06c814a3a004cd671996f4fbc15a395bd8046795" => :lion
+ end
+
def install
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}"