Commit 771567d7 authored by lovedheart's avatar lovedheart Committed by Ed Reel

Create xf86dgaproto.rb (#1830)

* Create xf86dgaproto.rb

* Update xf86dgaproto.rb
parent fd69d701
require 'package'
class Xf86dgaproto < Package
description 'X.org XF86DGA protocol headers'
homepage 'http://www.x.org'
version '2.1'
source_url 'https://www.x.org/archive/individual/proto/xf86dgaproto-2.1.tar.gz'
source_sha256 '73bc6fc830cce5a0ec9c750d4702601fc0fca12d6353ede8b4c0092c9c4ca2af'
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