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