Commit 4a8d57d3 authored by Ed Reel's avatar Ed Reel Committed by GitHub

Merge pull request #1743 from lovedheart/patch-18

Create libxtst.rb
parents 11f73a75 55cb167f
require 'package'
class Libxtst < Package
description 'X.org Xtst Library'
homepage 'http://t2sde.org/packages/libxtst.html'
version '1.2.3'
source_url 'https://xorg.freedesktop.org/releases/individual/lib/libXtst-1.2.3.tar.bz2'
source_sha256 '4655498a1b8e844e3d6f21f3b2c4e2b571effb5fd83199d428a6ba7ea4bf5204'
depends_on 'libxi'
def self.build
system "./configure --prefix=#{CREW_PREFIX} --libdir=#{CREW_LIB_PREFIX}"
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