Commit a72e823f authored by lyxell's avatar lyxell Committed by GitHub

Merge pull request #410 from cstrouse/add-pciutils

Add pciutils (3.5.2) package
parents 91d0771c 66871a50
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", "SHARED=yes"
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