Commit 5016ec67 authored by Jan Baudisch's avatar Jan Baudisch Committed by Kazushi (Jam) Marukawa

Add libxext

parent fe722662
require 'package'
class Libxext < Package
description 'library for the X window system'
homepage 'https://x.org'
version '1.3.3'
source_url 'https://www.x.org/archive/individual/lib/libXext-1.3.3.tar.gz'
source_sha256 'eb0b88050491fef4716da4b06a4d92b4fc9e76f880d6310b2157df604342cfe5'
def self.build
system "./configure"
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