2010-01-14 12:54:42 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Unyaffs <Formula
|
|
|
|
head 'http://unyaffs.googlecode.com/svn/trunk/'
|
|
|
|
homepage 'http://code.google.com/p/unyaffs/'
|
|
|
|
|
|
|
|
def install
|
2010-08-10 15:05:31 +00:00
|
|
|
system "#{ENV.cc} #{ENV.cflags} -o unyaffs unyaffs.c"
|
|
|
|
bin.install 'unyaffs'
|
2010-01-14 12:54:42 +00:00
|
|
|
end
|
|
|
|
end
|