Commit 433cbfc2 authored by Fred Clift's avatar Fred Clift

fixup

parent d84d1381
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
require 'package'
class Filecmd < Package
version '5.25'
source_url 'ftp://ftp.astron.com/pub/file/file-5.25.tar.gz'
source_sha1 'fea78106dd0b7a09a61714cdbe545135563e84bd'
version '5.29'
source_url 'ftp://ftp.astron.com/pub/file/file-5.29.tar.gz'
source_sha1 '8d360aeed901e3e4f4d4a865696ac1e29efdfcca'
def self.build
system "./configure"
......
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