mirror of
https://github.com/Hamlib/Hamlib
synced 2026-08-13 17:32:05 -04:00
Correct typo in hamlib.pc.in Description line. git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@3020 7ae35d74-ebe9-4afe-98af-79ac388436b8
11 lines
261 B
PkgConfig
11 lines
261 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: hamlib
|
|
Description: Library to control radio and rotator equipment.
|
|
Requires:
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lhamlib @MATH_LIBS@
|
|
Cflags: -I${includedir}
|