Update Android NDK to r4.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Alexander Saltanov 2010-05-22 23:37:56 +04:00 committed by Adam Vandenberg
parent 3ea7e38c6b
commit 28b5363f9e

View file

@ -1,16 +1,15 @@
require 'formula'
class AndroidNdk <Formula
url 'http://dl.google.com/android/ndk/android-ndk-r3-darwin-x86.zip'
homepage 'http://developer.android.com/index.html'
md5 'a083ccc36aa9a3a35404861e7d51d1ae'
version 'r3'
url 'http://dl.google.com/android/ndk/android-ndk-r4-darwin-x86.zip'
homepage 'http://developer.android.com/sdk/ndk/index.html#overview'
md5 'b7d5f149fecf951c05a79b045f00419f'
version 'r4'
depends_on 'android-sdk'
def install
prefix.install Dir['*']
prefix.cd { system("./build/host-setup.sh") }
end
def caveats; <<-EOS
@ -21,7 +20,7 @@ License information at:
http://developer.android.com/sdk/terms.html
Software and System requirements at:
http://developer.android.com/sdk/ndk/1.6_r1/index.html#requirements
http://developer.android.com/sdk/ndk/index.html#requirements
For more documentation on Android NDK, please check:
#{prefix}/docs