trishume / linux-track

Automatically exported from code.google.com/p/linux-track
MIT License
0 stars 0 forks source link

Add support for pkg-config #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It would be great to have .pc file for the library in Fedora package 
distribution.

pkg-config uses special metainformation files to keep configuration options for 
compilation process etc. It is particularly useful when building with CMake.

So the attached 'linuxtrack.pc' file is the one that I use by myself on Fedora 
17 x86_64. However I am not sure what will be a difference for other platforms.

This file has to be installed to '{lib_dir}/pkgconfig/'. In my case it is 
'/usr/lib64/pkgconfig'.

Thanks,

Boris

Original issue reported on code.google.com by Boris.A....@gmail.com on 16 Aug 2012 at 4:15

Attachments:

GoogleCodeExporter commented 9 years ago
Issue 26 has been merged into this issue.

Original comment by f.jo...@email.cz on 16 Aug 2012 at 6:06

GoogleCodeExporter commented 9 years ago
Hello Boris,
thank you for the config file - I didn't included one so far, because I was not 
sure how much are they being used (also experinencing a pain trying to use it 
in autotools due to need to compile it on mac too).

Anyway I'll add it to the repository and it will be in the next package; 
unfortunately I can't say when exactly the new package is comming out - I'm in 
the middle of quite big changes, so it might take a month or so...
So please have some patience with me...
Kind regards,

Michal

Original comment by f.jo...@email.cz on 16 Aug 2012 at 6:15

GoogleCodeExporter commented 9 years ago
Michal,

It is actually of minor importance as it has to be done by user only once. So, 
no rush.

Thanks for your work!

Boris

Original comment by Boris.A....@gmail.com on 16 Aug 2012 at 10:39

GoogleCodeExporter commented 9 years ago
Hello Boris,
the pkg-config files are now part of the universal packages. Should you find a 
problem with them, feel free to reopen this ticket or open a new one.
Kind regards,

Michal

Original comment by f.jo...@email.cz on 28 Feb 2013 at 1:44