Set Description field in generated pkg-config files (instead of Summary)

Fixes #1416
This commit is contained in:
Brett T. Warden 2023-08-15 16:21:47 -07:00 committed by Aliaksiej Kandracienka (aka Aliaksei Kandratsenka)
parent 0a3ca5b43d
commit b4ad04982d
1 changed files with 1 additions and 1 deletions

View File

@ -1400,7 +1400,7 @@ libtcmalloc.pc: Makefile
echo '' >> "$@".tmp
echo 'Name: $(PACKAGE)' >> "$@".tmp
echo 'Version: $(VERSION)' >> "$@".tmp
echo 'Summary: Performance tools for C++' >> "$@".tmp
echo 'Description: Performance tools for C++' >> "$@".tmp
echo 'URL: https://github.com/gperftools/gperftools' >> "$@".tmp
echo 'Requires:' >> "$@".tmp
echo 'Libs: -L$${libdir} -ltcmalloc' >> "$@".tmp