Commit 6f02a9ad authored by Damian Montero's avatar Damian Montero Committed by GitHub

Merge pull request #770 from uberhacker/add-cabextract-package

Add cabextract package
parents 01d3c91f b75d5028
require 'package'
class Cabextract < Package
description 'cabextract is Free Software for extracting Microsoft cabinet files, also called .CAB files.'
homepage 'https://www.cabextract.org.uk/'
version '1.6'
source_url 'https://www.cabextract.org.uk/cabextract-1.6.tar.gz'
source_sha1 '64f6d5056d3e417a943648c23cb22218b7079ced'
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