Commit 11f73a75 authored by Ed Reel's avatar Ed Reel Committed by GitHub

Merge pull request #1738 from lovedheart/patch-15

Create xkeyboard_config.rb
parents b02dcbd3 787dee71
require 'package'
class Xkeyboard_config < Package
description 'The non-arch keyboard configuration database for X Window.'
homepage 'http://www.freedesktop.org/wiki/Software/XKeyboardConfig'
version '2.21'
source_url 'https://www.x.org/releases/individual/data/xkeyboard-config/xkeyboard-config-2.21.tar.bz2'
source_sha256 '30c17049fae129fc14875656da9aa3099e3031d6ce0ee1d77aae190fd9edcec5'
depends_on "util_macros"
depends_on "intltool"
def self.build
system "./configure --prefix=#{CREW_PREFIX} --libdir=#{CREW_LIB_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