Commit 10c7641b authored by Terra Branford's avatar Terra Branford Committed by Ed Reel

XScreenSaver (#2795)

* XScreenSaver

Let's hope Jamie Zawinski doesn't have too much of a grudge against ChromeOS 🤣
Also, none of the GLX screensavers work.

* move sommelier to end

* remove redundant libglu
parent dc96990f
require 'package'
class Xscreensaver < Package
description 'XScreenSaver is the standard screen saver collection shipped on most Linux and Unix systems running the X11 Window System.'
homepage 'https://www.jwz.org/xscreensaver/download.html'
version '5.40'
source_url 'https://www.jwz.org/xscreensaver/xscreensaver-5.40.tar.gz'
source_sha256 '30a0908d4164cf780ef034f87ba884316296b308af2484261ccde86be0c95ae0'
depends_on 'glfw'
depends_on 'freeglut'
depends_on 'sommelier'
def self.build
system "./configure --prefix=#{CREW_PREFIX}"
system "make"
end
def self.install
system "make DESTDIR=#{CREW_DEST_DIR} PREFIX=#{CREW_PREFIX} 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