Commit 3ba71b68 authored by Jan Baudisch's avatar Jan Baudisch Committed by Kazushi (Jam) Marukawa

Add libpciaccess

parent 510c7b08
require 'package'
class Libpciaccess < Package
description 'Generic PCI access library'
homepage 'https://x.org'
version '0.13'
source_url 'https://www.x.org/archive/individual/lib/libpciaccess-0.13.tar.gz'
source_sha256 'afdfe55b23be710751b630073127febef498af35d4a58944fccbef860315f72c'
def self.build
system "./configure"
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