diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/axel.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/axel.rb b/Library/Formula/axel.rb index fe361ca0e..6619b11f9 100644 --- a/Library/Formula/axel.rb +++ b/Library/Formula/axel.rb @@ -4,6 +4,12 @@ class Axel < Formula mirror "http://ftp.de.debian.org/debian/pool/main/a/axel/axel_2.4.orig.tar.gz" sha1 "6d89a7ce797ddf4c23a210036d640d013fe843ca" + bottle do + sha1 "419b8e2f1f17909363fb48307eb74f9672ceb25e" => :yosemite + sha1 "0307ac6796e0b7e5fafac6c6085d0ba5230e50e5" => :mavericks + sha1 "22c1e32858c443a04eaec96617773e99e036bf0b" => :mountain_lion + end + def install system "./configure", "--prefix=#{prefix}", "--debug=0", "--i18n=0" system "make" |
