Commit 95b287e3 authored by lovedheart's avatar lovedheart Committed by Ed Reel

Create libxcursor.rb (#1843)

parent 0fbbec4a
require 'package'
class Libxcursor < Package
description 'X.org X Cursor management library'
homepage 'http://www.x.org'
version '1.1.15'
source_url 'https://www.x.org/archive/individual/lib/libXcursor-1.1.15.tar.gz'
source_sha256 '449befea2b11dde58ba3323b2c1ec30550013bd84d80501eb56d0048e62251a1'
depends_on 'fixesproto'
depends_on 'libxrender'
depends_on 'libxfixes'
depends_on 'util_macros'
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