tomcrypt/libtomcrypt.pc.in

11 lines
260 B
PkgConfig
Raw Normal View History

2017-05-02 14:47:00 -04:00
prefix=@to-be-replaced@
exec_prefix=${prefix}
2017-05-02 14:47:00 -04:00
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: LibTomCrypt
Description: public domain open source cryptographic toolkit
2017-05-02 14:47:00 -04:00
Version: @to-be-replaced@
Libs: -L${libdir} -ltomcrypt
Cflags: -I${includedir}