This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ClintonRoy
Recipients ClintonRoy, amaury.forgeotdarc
Date 2009-02-26.06:07:55
SpamBayes Score 3.2887635e-07
Marked as misclassified No
Message-id <1235628482.95.0.529859019518.issue3585@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, you meant for me to reply =)

- Do all unix-like system support pkg-config?

Yes. It even works on windows.

- Is $(LIBDIR)/pkgconfig the only choice for installing this file?

While pkg-config can be told to look in other directories for pc files
(via modifying the PKGCONFIGPATH env variable) it looks in
/usr/lib/pkgconfig by default, so that's where pc files should be put by
default.

- Shouldn't this file be installed only if the pkg-config utility is
present, or if the directory $(LIBDIR)/pkgconfig already exists?

Technically I suppose so, but I've not seen any package actually bother.

The patches I have made available are very similar to pkg-config
packages I've seen for many other packages.

cheers,
History
Date User Action Args
2009-02-26 06:08:04ClintonRoysetrecipients: + ClintonRoy, amaury.forgeotdarc
2009-02-26 06:08:02ClintonRoysetmessageid: <1235628482.95.0.529859019518.issue3585@psf.upfronthosting.co.za>
2009-02-26 06:08:01ClintonRoylinkissue3585 messages
2009-02-26 06:07:59ClintonRoycreate