Ticket #234: libgcrypt.pc

File libgcrypt.pc, 1.1 KB (added by arussello, 3 years ago)

libgrcypt.pc from ${ROOT}/usr/lib/pkgconfig/

Line 
1# Process this file with autoconf to produce a pkg-config metadata file.
2# Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation
3# Author: Simon Josefsson
4#
5# This file is free software; as a special exception the author gives
6# unlimited permission to copy and/or distribute it, with or without
7# modifications, as long as this notice is preserved.
8#
9# This file is distributed in the hope that it will be useful, but
10# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
11# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
12
13prefix=/usr/armv4tl-softfloat-linux-gnueabi/usr
14exec_prefix=${prefix}
15libdir=${exec_prefix}/lib
16includedir=${prefix}/include
17
18# API info
19api_version=1
20
21# Misc information.
22symmetric_ciphers=arcfour blowfish cast5 des aes twofish serpent rfc2268 seed camellia
23asymmetric_ciphers=dsa elgamal rsa ecc
24digests=crc md4 md5 rmd160 sha1 sha256 sha512 tiger whirlpool
25
26Name: libgcrypt
27Description: GNU crypto library
28URL: http://www.gnupg.org
29Version: 1.4.4
30Libs: -L${libdir} -lgcrypt
31Libs.private: -L${libdir} -lgpg-error
32Cflags: -I${includedir}