Commit bac1f921 authored by lovedheart's avatar lovedheart Committed by GitHub

Create libxshmfence.rb

parent 9f2e29e0
require 'package'
class Libxshmfence < Package
description 'libxshmfence: A library that exposes a event API on top of Linux futexes'
homepage 'http://t2sde.org/packages/libxshmfence.html'
version '1.32'
source_url 'http://xorg.freedesktop.org/releases/individual/lib/libxshmfence-1.2.tar.bz2'
source_sha256 'd21b2d1fd78c1efbe1f2c16dae1cb23f8fd231dcf891465b8debe636a9054b0c'
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