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

Merge pull request #587 from flyingP0tat0/dbus

Add D-Bus
parents fe1d5268 a1a412e8
require 'package'
class Dbus < Package
version '1.11.12'
source_url 'https://dbus.freedesktop.org/releases/dbus/dbus-1.11.12.tar.gz'
source_sha1 '2e2247398abb22115e724b5e955fece2307dddb0'
depends_on 'expat'
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