From 45bc7ad40c15d3b4e7b643eda616924e12332ec2 Mon Sep 17 00:00:00 2001 From: Pedro Vanzella Date: Mon, 4 Jul 2011 13:22:05 -0300 Subject: lpc21isp 1.79 Provides a way to flash NXP 2xxx chips via ISP Signed-off-by: Adam Vandenberg --- Library/Formula/lpc21isp.rb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Library/Formula/lpc21isp.rb (limited to 'Library/Formula') diff --git a/Library/Formula/lpc21isp.rb b/Library/Formula/lpc21isp.rb new file mode 100644 index 000000000..5f68f2db9 --- /dev/null +++ b/Library/Formula/lpc21isp.rb @@ -0,0 +1,13 @@ +require 'formula' + +class Lpc21isp < Formula + url 'http://sourceforge.net/projects/lpc21isp/files/lpc21isp/1.79/lpc21isp_179.zip' + version '1.79' + homepage 'http://lpc21isp.sourceforge.net/' + md5 '67c1e2a4cebccadd6fb8ea39faf8c89e' + + def install + system "make" + bin.install ["lpc21isp"] + end +end -- cgit v1.2.3