Commit 952e262a authored by lyxell's avatar lyxell Committed by GitHub

Merge pull request #407 from uberhacker/feature/add-glib2-library

Add glib-2.0 library
parents f199cb95 37dbfbb4
require 'package'
class Glib < Package
version '2.0.7'
source_url 'https://ftp.gnome.org/pub/gnome/sources/glib/2.0/glib-2.0.7.tar.gz'
source_sha1 '02401937a5e06d8797d966b06d9a191425cbec6f'
depends_on 'libffi'
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