Commit 0ac5174f authored by Jan Baudisch's avatar Jan Baudisch Committed by GitHub

Add libfontenc

parent 8dfc7e3e
require 'package'
class Libfontenc < Package
description 'library for the X window system'
homepage 'https://x.org'
version '1.1.3'
source_url 'https://www.x.org/archive/individual/lib/libfontenc-1.1.3.tar.gz'
source_sha256 '6fba26760ca8d5045f2b52ddf641c12cedc19ee30939c6478162b7db8b6220fb'
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