Commit eb8a4d13 authored by lyxell's avatar lyxell Committed by GitHub

Merge pull request #432 from cstrouse/add-p7zip

Add p7zip (16.02) package
parents 984e09a5 dd08a20a
require 'package'
class P7zip < Package
version '16.02'
source_url 'http://downloads.sourceforge.net/p7zip/p7zip_16.02_src_all.tar.bz2'
source_sha1 'e8819907132811aa1afe5ef296181d3a15cc8f22'
def self.build
system "cp", "makefile.linux_any_cpu", "makefile.machine"
system "make", "all3"
end
def self.install
system "make", "DEST_DIR=#{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