lab.nexedi.com will be down from Thursday, 20 March 2025, 07:30:00 UTC for a duration of approximately 2 hours

Commit 2cf2c367 authored by lovedheart's avatar lovedheart Committed by Ed Reel

Create libxcrnsaver.rb (#1869)

#1825
It should be the last xorg library !
parent ad66c92e
require 'package'
class Libxscrnsaver < Package
description 'X.org the X11 Screen Saver extension client library'
homepage 'http://www.x.org'
version '1.2.2'
source_url 'https://www.x.org/archive//individual/lib/libXScrnSaver-1.2.2.tar.gz'
source_sha256 'e12ba814d44f7b58534c0d8521e2d4574f7bf2787da405de4341c3b9f4cc8d96'
depends_on 'libx11'
depends_on 'libxext'
depends_on 'xextproto'
depends_on 'scrnsaverproto'
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