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

Add libxdamage

parent 17245bd0
require 'package'
class Libxdamage < Package
description 'library for the X window system'
homepage 'https://x.org'
version '1.1.4'
source_url 'https://www.x.org/archive/individual/lib/libXdamage-1.1.4.tar.gz'
source_sha256 '4bb3e9d917f5f593df2277d452926ee6ad96de7b7cd1017cbcf4579fe5d3442b'
depends_on 'fixesproto'
depends_on 'libxfixes'
depends_on 'xextproto'
depends_on 'libx11'
depends_on 'damageproto'
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