Commit 8dfc7e3e authored by Jan Baudisch's avatar Jan Baudisch Committed by GitHub

Add libxfont

parent 8891f207
require 'package'
class Libxfont < Package
description 'library for the X window system'
homepage 'https://x.org'
version '2.0.1'
source_url 'https://www.x.org/archive/individual/lib/libXfont2-2.0.1.tar.gz'
source_sha256 '381b6b385a69343df48a082523c856aed9042fbbc8ee0a6342fb502e4321230a'
depends_on 'libfontenc'
depends_on 'freetype'
def self.build
system "./configure --prefix=#{CREW_PREFIX}"
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