Commit 17245bd0 authored by Jan Baudisch's avatar Jan Baudisch Committed by Kazushi (Jam) Marukawa

Add libxkbfile

parent 24c7c614
require 'package'
class Libxkbfile < Package
description 'library for the X window system'
homepage 'https://x.org'
version '1.0.9'
source_url 'https://www.x.org/archive/individual/lib/libxkbfile-1.0.9.tar.gz'
source_sha256 '95df50570f38e720fb79976f603761ae6eff761613eb56f258c3cb6bab4fd5e3'
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