diff options
| author | BrewTestBot | 2014-06-06 04:41:08 +0100 |
|---|---|---|
| committer | Jack Nagel | 2014-06-05 23:38:56 -0500 |
| commit | cf6a00687b4647c9fe0052db2886ca2bdc0a90c8 (patch) | |
| tree | 08ee471340628526f953aeb9e86eae614cf3aaa3 /Library | |
| parent | 36231864a313edfcbb15af198d317a38cb46d5e1 (diff) | |
| download | homebrew-cf6a00687b4647c9fe0052db2886ca2bdc0a90c8.tar.bz2 | |
xorriso: add 01 bottle.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/xorriso.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/xorriso.rb b/Library/Formula/xorriso.rb index a046ab793..11fef1efa 100644 --- a/Library/Formula/xorriso.rb +++ b/Library/Formula/xorriso.rb @@ -6,6 +6,13 @@ class Xorriso < Formula mirror "https://ftp.gnu.org/gnu/xorriso/xorriso-1.3.6.pl01.tar.gz" sha1 "b9d8f38726993e707c7bb512c73e591644905e9c" + bottle do + cellar :any + sha1 "90dd3a3725745ec28354c9023a586060fd98e657" => :mavericks + sha1 "093c903091d37eed55fd4f5401d86cd15f9d3458" => :mountain_lion + sha1 "cd35b61fc76fb00f0aef3b12b8468b32b25827c7" => :lion + end + def install system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}" |
