2011-04-19 04:56:07 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Xa < Formula
|
|
|
|
homepage 'http://www.floodgap.com/retrotech/xa/'
|
2012-02-10 06:00:19 +00:00
|
|
|
url 'http://www.floodgap.com/retrotech/xa/dists/xa-2.3.5.tar.gz'
|
2011-04-19 04:56:07 +00:00
|
|
|
md5 'edd15aa8674fb86225faf34e56d5cab2'
|
|
|
|
|
|
|
|
def install
|
2012-02-10 06:00:19 +00:00
|
|
|
system "make", "CC=#{ENV.cc}",
|
|
|
|
"CFLAGS=#{ENV.cflags}",
|
|
|
|
"DESTDIR=#{prefix}",
|
|
|
|
"install"
|
2011-04-19 04:56:07 +00:00
|
|
|
end
|
|
|
|
end
|