Skip to content
Snippets Groups Projects
Commit 87727356 authored by Max Howell's avatar Max Howell
Browse files

pkg-config formula

parent 3910bdbf
No related branches found
No related tags found
No related merge requests found
require 'pathname'
$root=Pathname.new(__FILE__).dirname.parent
$:.unshift "#{$root}/Cellar/homebrew" #rubysucks
require 'brewkit'
homepage='http://pkgconfig.freedesktop.org'
url='http://pkgconfig.freedesktop.org/releases/pkg-config-0.23.tar.gz'
md5='d922a88782b64441d06547632fd85744'
#TODO depend on our glib? --with-installed-glib
Formula.new(url, md5).brew do |prefix|
system "./configure --with-pc-path=/usr/lib/pkgconfig:/usr/local/lib/pkgconfig:#{$root}/lib/pkgconfig --disable-debug --prefix='#{prefix}'"
system "make install"
end
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment