build: update pkg-config templates

This commit is contained in:
Danny Robson 2018-12-02 13:17:54 +11:00
parent 22c2218421
commit f1d83c4f8f
2 changed files with 10 additions and 1 deletions

View File

@ -0,0 +1,9 @@
/*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* Copyright 2018 Danny Robson <danny@nerdcruft.net>
*/
#pragma once

View File

@ -7,6 +7,6 @@ Name: libcruft-crypto
Description: A naive C++ cryptographic library
URL: http://nerdcruft.net/
Version: @VERSION@
Requires: libcruft-util
Requires: libcruft
Libs: -L${libdir}
Cflags: -I${includedir}