Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/rubymods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv8727

Added Files:
        pkg-config-rb.info 
Log Message:
new pkg pkg-config-rb 1.1.4

--- NEW FILE: pkg-config-rb.info ---
Info2: <<
Package: pkg-config-rb%type_pkg[ruby]
Version: 1.1.4
Revision: 1
Type: ruby (1.9 2.0)
Description: Pkg-config implemented by pure Ruby
License: LGPL
## Free to update, modify, and take over.
Maintainer: Hanspeter Niederstrasser <nie...@users.sourceforge.net>

Depends: <<
        ruby%type_pkg[ruby]
<<
BuildDepends: <<
        ruby%type_pkg[ruby]-dev
<<

Source: https://rubygems.org/downloads/pkg-config-%v.gem
Source-MD5: cae3d681a928482108b670ceda8c3eec
Source-Checksum: SHA1(20266e013b094e539bbb218daad8235ef987d7c9)
NoSourceDirectory: true

CompileScript: echo ""

InstallScript: <<
        #!/bin/sh -ev
        install -d -m 755 %i/lib/ruby/gems/%type_raw[ruby]
        if [ "%type_raw[ruby]" == "2.0" ]; then
                %p/bin/gem%type_raw[ruby] install --local --force --install-dir 
%i/lib/ruby/gems/%type_raw[ruby] --document rdoc pkg-config-%v.gem
        else
                %p/bin/gem%type_raw[ruby] install --local --force --install-dir 
%i/lib/ruby/gems/%type_raw[ruby] --rdoc pkg-config-%v.gem
        fi
        rm -rf %i/lib/ruby/gems/%type_raw[ruby]/cache
<<

DescDetail: <<
pkg-config can be used in your extconf.rb to properly detect need 
libraries for compiling Ruby native extensions.
<<
Homepage: https://github.com/ruby-gnome2/pkg-config
<<


------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to