Commit d84d1381 authored by Fred Clift's avatar Fred Clift

rename to plain 'file'

parent 2c4b1007
require 'package'
class Filecmd < Package
version '5.25'
source_url 'ftp://ftp.astron.com/pub/file/file-5.25.tar.gz'
source_sha1 'fea78106dd0b7a09a61714cdbe545135563e84bd'
def self.build
system "./configure"
system "make"
end
def self.install
system "make", "DESTDIR=#{CREW_DEST_DIR}", "install"
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment