From 1d0ec08a5369c49eb0c8f81fa25889ec4a4d9d30 Mon Sep 17 00:00:00 2001 From: Brandon Bennett Date: Tue, 30 Oct 2012 13:02:54 -0600 Subject: 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 #15764. Signed-off-by: Adam Vandenberg --- Library/Formula/u-boot-tools.rb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Library/Formula/u-boot-tools.rb (limited to 'Library/Formula') diff --git a/Library/Formula/u-boot-tools.rb b/Library/Formula/u-boot-tools.rb new file mode 100644 index 000000000..fda95e906 --- /dev/null +++ b/Library/Formula/u-boot-tools.rb @@ -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 -- cgit v1.2.3