svdlibc: add 1.4 bottle.
This commit is contained in:
parent
3935f13a6a
commit
5ccfbbb3a0
1 changed files with 7 additions and 0 deletions
|
@ -6,6 +6,13 @@ class Svdlibc < Formula
|
|||
version '1.4'
|
||||
sha1 '9243fbc0516af42b020423442212a025b3406dac'
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
sha1 "b93902dd89836e59cb7a6600e43fd2619bce394b" => :mavericks
|
||||
sha1 "ba72d568aa8b662c76e605936b090fda46f9e57a" => :mountain_lion
|
||||
sha1 "e5863640f3112e1c35bae03f1dbbc1360f6e0a7e" => :lion
|
||||
end
|
||||
|
||||
def install
|
||||
# make only builds - no configure or install targets, have to copy files manually
|
||||
system "make HOSTTYPE=target"
|
||||
|
|
Loading…
Reference in a new issue