| 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 | |
|---|
| 13 | prefix=/usr/armv4tl-softfloat-linux-gnueabi/usr |
|---|
| 14 | exec_prefix=${prefix} |
|---|
| 15 | libdir=${exec_prefix}/lib |
|---|
| 16 | includedir=${prefix}/include |
|---|
| 17 | |
|---|
| 18 | # API info |
|---|
| 19 | api_version=1 |
|---|
| 20 | |
|---|
| 21 | # Misc information. |
|---|
| 22 | symmetric_ciphers=arcfour blowfish cast5 des aes twofish serpent rfc2268 seed camellia |
|---|
| 23 | asymmetric_ciphers=dsa elgamal rsa ecc |
|---|
| 24 | digests=crc md4 md5 rmd160 sha1 sha256 sha512 tiger whirlpool |
|---|
| 25 | |
|---|
| 26 | Name: libgcrypt |
|---|
| 27 | Description: GNU crypto library |
|---|
| 28 | URL: http://www.gnupg.org |
|---|
| 29 | Version: 1.4.4 |
|---|
| 30 | Libs: -L${libdir} -lgcrypt |
|---|
| 31 | Libs.private: -L${libdir} -lgpg-error |
|---|
| 32 | Cflags: -I${includedir} |
|---|