11 lines
273 B
PkgConfig
11 lines
273 B
PkgConfig
# Written by Alexander Rødseth <rodseth@gmail.com>
|
|
|
|
prefix=/usr
|
|
libdir=${prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: libcrypto++-@@VERSION@@
|
|
Description: Class library of cryptographic schemes
|
|
Version: @@VERSION@@
|
|
Libs: -L${libdir} -lcryptopp
|
|
Cflags: -I${includedir}
|