diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-09-14 19:34:45 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-09-14 19:34:45 +0700 |
commit | 125070bf2d34a3bd51bc3823ac20c27621e0ef20 (patch) | |
tree | e99186d3112d8e5874b3a276e2e78f1ce923a05c /libraries/cryptopp | |
parent | 1d9535e23f9f0c2594b8b1b82d12dfc57378548b (diff) | |
download | slackbuilds-125070bf2d34a3bd51bc3823ac20c27621e0ef20.tar.gz |
libraries/cryptopp: Removed cryptopp.pc.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/cryptopp')
-rw-r--r-- | libraries/cryptopp/cryptopp.pc | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/libraries/cryptopp/cryptopp.pc b/libraries/cryptopp/cryptopp.pc deleted file mode 100644 index 45d65d071b..0000000000 --- a/libraries/cryptopp/cryptopp.pc +++ /dev/null @@ -1,13 +0,0 @@ -prefix=/usr -exec_prefix=${prefix} -libdir=${prefix}/lib@LIBDIRSUFFIX@ -includedir=${prefix}/include/cryptopp - -Name: Crypto++ -Description: A free C++ class library of cryptographic schemes -Version: 5.6.2 -URL: http://www.cryptopp.com -Requires: -Conflicts: -Libs: -L${libdir} -lcryptopp -Cflags: -I${includedir} |