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

Add libxtrans

parent f18c18d6
require 'package'
class Libxtrans < Package
description 'transpot library for the X window system'
homepage 'https://x.org'
version '1.3.5'
source_url 'https://www.x.org/archive/individual/lib/xtrans-1.3.5.tar.gz'
source_sha256 'b7a577c1b6c75030145e53b4793db9c88f9359ac49e7d771d4385d21b3e5945d'
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