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

Add libxcb

parent 12501495
require 'package'
class Libxcb < Package
description 'library for the X window system'
homepage 'https://x.org'
version '1.12'
source_url 'https://www.x.org/archive/individual/xcb/libxcb-1.12.tar.gz'
source_sha256 '092f147149d8a6410647a848378aaae749304d5b73e028ccb8306aa8a9e26f06'
depends_on 'xcb_proto'
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