homebrew-core/Formula/bcwipe.rb
Adam Vandenberg 545a46fbc2 bcwipe 1.9-9
time detection fixed upstream
2012-03-19 18:05:32 -07:00

12 lines
344 B
Ruby

require 'formula'
class Bcwipe < Formula
homepage 'http://www.jetico.com/linux/bcwipe-help/'
url 'http://www.jetico.com/linux/BCWipe-1.9-9.tar.gz'
md5 '1377971bafce72238d1a062e2305c1c0'
def install
system "./configure", "--prefix=#{prefix}"
system "make", "CFLAGS=#{ENV.cflags}", "LDFLAGS=#{ENV.ldflags}", "install"
end
end