Commit 0a5933a4 authored by lovedheart's avatar lovedheart Committed by Ed Reel

Create xcb_util_image (#1865)

#1825
parent b71bd926
require 'package'
class Xcb_util_image < Package
description 'The xcb-util-image package provides additional extensions to the XCB library.'
homepage 'http://xcb.freedesktop.org'
version '0.4.0'
source_url 'https://xcb.freedesktop.org/dist/xcb-util-image-0.4.0.tar.bz2'
source_sha256 '2db96a37d78831d643538dd1b595d7d712e04bdccf8896a5e18ce0f398ea2ffc'
binary_url ({
})
binary_sha256 ({
})
depends_on 'xcb_util'
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