u-boot-tools 2012.10
Add in u-boot-tools which are used to create bootable kernel and ramdisk images for embeded platforms taht use the uboot bootloader such as sheevaplugs, android, etc. Closes Homebrew/homebrew#15764. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
576d66facd
commit
9905fe1adc
1 changed files with 13 additions and 0 deletions
13
Formula/u-boot-tools.rb
Normal file
13
Formula/u-boot-tools.rb
Normal file
|
@ -0,0 +1,13 @@
|
|||
require 'formula'
|
||||
|
||||
class UBootTools < Formula
|
||||
homepage 'http://www.denx.de/wiki/U-Boot/'
|
||||
url 'ftp://ftp.denx.de/pub/u-boot/u-boot-2012.10.tar.bz2'
|
||||
sha1 '80bc5f6d3e518803c9320d480e693fe1cb76a494'
|
||||
|
||||
def install
|
||||
system 'make tools'
|
||||
bin.install 'tools/mkimage'
|
||||
man1.install 'doc/mkimage.1'
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue