mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-10 07:57:59 -05:00
Add libxtrans
This commit is contained in:
committed by
Kazushi (Jam) Marukawa
parent
f18c18d67d
commit
1250149564
18
packages/libxtrans.rb
Normal file
18
packages/libxtrans.rb
Normal file
@@ -0,0 +1,18 @@
|
||||
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
|
||||
Reference in New Issue
Block a user