diff options
| author | BrewTestBot | 2014-04-10 11:40:32 +0100 |
|---|---|---|
| committer | BrewTestBot | 2014-04-10 11:40:32 +0100 |
| commit | b243b492e9aa13b9d6dfadd39cadded5ae1ad9b7 (patch) | |
| tree | 70fe690eb8e1949f77fa37c0739b2c3e6cd3f8cd /Library | |
| parent | b937c1fd2b1cc3ac20b72a1d8952089b30b90d2c (diff) | |
| download | homebrew-b243b492e9aa13b9d6dfadd39cadded5ae1ad9b7.tar.bz2 | |
freexl: add 1.0.0g bottle.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/freexl.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/freexl.rb b/Library/Formula/freexl.rb index 32d335a48..71ce4cfa8 100644 --- a/Library/Formula/freexl.rb +++ b/Library/Formula/freexl.rb @@ -5,6 +5,13 @@ class Freexl < Formula url 'http://www.gaia-gis.it/gaia-sins/freexl-1.0.0g.tar.gz' sha1 '2a5b1d3ebbaf217c7bda15b5b3f1e0222c6c1502' + bottle do + cellar :any + sha1 "d1729348001c834a696413d136fb5d3878c1e31d" => :mavericks + sha1 "7bf3a241bf10d344a30e17f6d08f95ab96ec85dc" => :mountain_lion + sha1 "9040a8b129717d8e2b76ddd616ce9d04b8baf9dc" => :lion + end + def install system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" system "make install" |
