Commit cbcc6f0e authored by lovedheart's avatar lovedheart Committed by Ed Reel

Update libx11.rb (#2008)

#1981
parent 81495195
......@@ -3,21 +3,15 @@ require 'package'
class Libx11 < Package
description 'C interface to the X window system'
homepage 'https://x.org'
version '1.6.5'
version '1.6.5-0'
source_url 'https://www.x.org/archive/individual/lib/libX11-1.6.5.tar.gz'
source_sha256 '3abce972ba62620611fab5b404dafb852da3da54e7c287831c30863011d28fb3'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/libx11-1.6.5-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/libx11-1.6.5-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/libx11-1.6.5-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/libx11-1.6.5-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: '3f588e3893585ce07fecbb85e15bd0c4a7a94dd26c53878219d70c9f2252c16d',
armv7l: '3f588e3893585ce07fecbb85e15bd0c4a7a94dd26c53878219d70c9f2252c16d',
i686: '94ce79efe402015d08bfa95c5138324c8449828294f128f4129f4126401c3f18',
x86_64: '3122ccd64702d2d477dbb28f2351cb346cecdf19e9a562534974ca38eefaa19c',
})
depends_on 'kbproto'
......@@ -28,7 +22,7 @@ class Libx11 < Package
depends_on 'libxtrans'
def self.build
system "./configure"
system "./configure --prefix=#{CREW_PREFIX} --libdir=#{CREW_LIB_PREFIX}"
system "make"
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