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'
|
2012-09-03 18:33:56 +00:00
|
|
|
sha1 'd8f4564953adfcee69faacfa300b954875fabe21'
|
2011-04-19 04:56:07 +00:00
|
|
|
|
|
|
|
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
|