Commit 523c0c34 authored by Casey Strouse's avatar Casey Strouse

Add pciutils (3.5.2) package

The PCI Utils package contains a set of programs for listing PCI
devices, inspecting their status and setting their configuration
registers.

Tested as working properly on Samsung XE50013-K01US.
parent 56502082
require 'package'
class Pciutils < Package
version '3.5.2'
source_url 'https://www.kernel.org/pub/software/utils/pciutils/pciutils-3.5.2.tar.xz'
source_sha1 '29d9a75ce2a2d92721b6e92c7c89236b4c91041f'
def self.build
system "make", "PREFIX=/usr/local"
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