flasm: style cleanups

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
Jack Nagel 2012-02-09 22:06:30 -06:00
parent 4626aab169
commit 8d178b37b3
1 changed files with 3 additions and 7 deletions

View File

@ -1,17 +1,13 @@
require 'formula'
class Flasm < Formula
url 'http://www.nowrap.de/download/flasm16src.zip'
version '1.62'
homepage 'http://www.nowrap.de/flasm.html'
url 'http://www.nowrap.de/download/flasm16src.zip'
md5 '28a4586409061b385d1cd27d3f120c0b'
version '1.62'
def install
inreplace "Makefile" do |s|
s.change_make_var! 'CFLAGS', ENV.cflags
end
system "make"
system "make", "CC=#{ENV.cc}", "CFLAGS=#{ENV.cflags}"
bin.install "flasm"
end
end