Commit 28c84439 authored by Ed Reel's avatar Ed Reel Committed by GitHub

Merge pull request #1800 from lovedheart/patch-53

Create xcb_util_renderutil.rb
parents 7a807630 ed8be4c2
require 'package'
class Xcb_util_renderutil < Package
description 'The xcb-util-renderutil package provides additional extensions to the XCB library'
homepage 'https://xcb.freedesktop.org/'
version '0.3.9'
source_url 'https://xcb.freedesktop.org/dist/xcb-util-renderutil-0.3.9.tar.bz2'
source_sha256 'c6e97e48fb1286d6394dddb1c1732f00227c70bd1bedb7d1acabefdd340bea5b'
depends_on 'libxcb'
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