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

Merge pull request #378 from cstrouse/add-di

Add di (disk information) package
parents 6b2c61a6 2197d191
require 'package'
class Di < Package
version '4.43'
source_url 'http://gentoo.com/di/di-4.43.tar.gz'
source_sha1 'ddced0d59d29ccdcbc4282bc7464a925d14955e1'
def self.build
system "CC=gcc prefix=/usr/local make -e"
system "make"
end
def self.install
system "make", "DESTDIR=#{CREW_DEST_DIR}", "-e", "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