slackbuilds_ponce/libraries/hinnant-date/libdate.pc.in
Andre Barboza 70531054c4 libraries/hinnant-date: Added (A date and time library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2016-12-17 01:18:30 +07:00

10 lines
271 B
PkgConfig

prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
libdir=${exec_prefix}/lib@LIB_SUFFIX@
includedir=${prefix}/include
Name: @CMAKE_PROJECT_NAME@
Description: A date and time library based on the C++11
Version: @VERSION@
Libs: -L${libdir} -ldate
Cflags: -I${includedir}