Commit cc35377c authored by saltedcoffii's avatar saltedcoffii Committed by GitHub

[New Package] imake (#5199)

parent 5837a0d4
require 'package'
class Imake < Package
description 'A build automation system written for the X Window System.'
homepage 'https://x.org'
version '1.0.8'
compatibility 'all'
source_url 'https://www.x.org/releases/individual/util/imake-1.0.8.tar.gz'
source_sha256 '8178a09bfef33ad5f61cb5cb62283df7d3a5682f014507d2e7cfd922485a5c00'
def self.build
system "./configure #{CREW_OPTIONS} \
--sysconfdir=#{CREW_PREFIX}/etc"
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