Commit 538c9da2 authored by lyxell's avatar lyxell Committed by GitHub

Merge pull request #581 from jam7/update/lshw

Add lshw (B.02.18)
parents da25c534 e87fbb06
require 'package'
class Lshw < Package
version 'B.02.18'
source_url 'http://www.ezix.org/software/files/lshw-B.02.18.tar.gz'
source_sha1 'c0240f5e53cf40769d52e316719e8010ea6bdea3'
def self.build
system "cd lshw-*/src; PREFIX=/usr/local make"
end
def self.install
system "cd lshw-*/src; PREFIX=/usr/local 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