blob: 698d761a7d8a8af1d11065a6f54fbc5cd1d1138e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Written by Alexander Rødseth <rodseth@gmail.com>
prefix=/usr
libdir=${prefix}/lib
includedir=${prefix}/include
Name: libcrypto++-5.6.1
Description: Class library of cryptographic schemes
Version: 5.6.1
Libs: -L${libdir} -lcryptopp
Cflags: -I${includedir}
|