mirror of
https://github.com/libtom/libtomcrypt
synced 2026-08-25 20:26:07 -04:00
10 lines
226 B
PkgConfig
10 lines
226 B
PkgConfig
prefix=/usr
|
|
exec_prefix=${prefix}
|
|
libdir=@LIBDIR@
|
|
includedir=${prefix}/include
|
|
|
|
Name: LibTomCrypt
|
|
Description: public domain open source cryptographic toolkit
|
|
Version: 1.17
|
|
Libs: -L${libdir} -ltomcrypt
|
|
Cflags: -I${includedir}
|