Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 383065 - dev-libs/botan: Make it install a generic pkg-config file for minor releases
Summary: dev-libs/botan: Make it install a generic pkg-config file for minor releases
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Jack Lloyd
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 383033
  Show dependency tree
 
Reported: 2011-09-15 10:38 UTC by Markos Chandras (RETIRED)
Modified: 2012-07-12 19:09 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Markos Chandras (RETIRED) gentoo-dev 2011-09-15 10:38:21 UTC
Currently dev-libs/botan installs a different package-config file for every minor release

dev-libs/botan-1.8.11 -> botan-1.8.pc
dev-libs/botan-1.10.1 -> botan-1.10.pc

Could you please make it install a generic pc file ( like botan.pc ) like libpng packages do?

Something like:

dosym botan-${PV}.pc /usr/$(get_libdir)/pkgconfig/botan.pc
Comment 1 Markos Chandras (RETIRED) gentoo-dev 2012-07-12 19:09:53 UTC
After thinking about this, I think this makes no sense