hamlib.pc.in: Changes conformant to pkg-config docs

A careful reading of the pkg-config user guide and manual page showed
some errors in the format of the generated hamlib.pc file.  This patch,
hopefully, corrects those errors.
Hamlib-3.0
Nate Bargmann 2013-09-24 22:17:48 -05:00
rodzic f66da71719
commit e233e6ffe5
1 zmienionych plików z 6 dodań i 4 usunięć

Wyświetl plik

@ -3,10 +3,12 @@ exec_prefix=${prefix}
libdir=${exec_prefix}/lib libdir=${exec_prefix}/lib
includedir=${prefix}/include includedir=${prefix}/include
Name: hamlib Name: @PACKAGE_NAME@
Description: Library to control radio and rotator equipment. Description: Library to control radio and rotator equipment.
URL: @PACKAGE_URL@ URL: @PACKAGE_URL@
Requires: Version: @PACKAGE_VERSION@
Version: @VERSION@ Requires.private: libusb >= 0.1
Libs: -L${libdir} -lhamlib @MATH_LIBS@ Conflicts: libusb >= 1.0
Cflags: -I${includedir} Cflags: -I${includedir}
Libs: -L${libdir} -lhamlib
Libs.private: -lm -ldl -lpthread