This is the mail archive of the gsl-discuss@sources.redhat.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: gsl.pc


On Fri, Sep 07, 2001 at 04:22:05PM +0100, Brian Gough wrote:
( Alberto Manuel Brandao Simoes writes:
(  > 
(  > 	Hello
(  > 
(  > 	Is there any change to make gsl ship a gsl.pc file for
(  > pkg-config?
(  > 
( 
( Yes. What should go in it ? I don't know how to write a .pc file.  Is
( there some documentation available?
( 
( 

	Here is a small sample:

----------
prefix=/opt/gnome2/
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include/numexp
idldir=${prefix}/share/idl

Name: NumExp
Description: NumExp library. NumExp is a math-oriented programming language.
Version: 0.1alfa
Requires: glib-2.0 gmodule-2.0 gthread-2.0
Libs: -L${libdir} -lnumexp -lfl -lm
Cflags: -I${includedir}
---------

Alberto

-- 
 | Alberto Manuel Brandão Simões |
 | albie@alfarrabio.di.uminho.pt |
 | http://numexp.sourceforge.net |


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]