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

Create xproxymanagementproto.rb (#1828)

parent 87e0aff7
require 'package'
class Xproxymanagementproto < Package
description 'X.org X Proxy Management extension headers'
homepage 'http://www.x.org'
version '1.0.3'
source_url 'https://www.x.org/archive/individual/proto/xproxymanagementprotocol-1.0.3.tar.gz'
source_sha256 'c1501045ec781f36b6f867611ab2b4e81be542f5c669b2fd0cc4ec1340c42bcf'
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