libgcrypt pkgconfig file

Albert Chin gcrypt-devel at mlists.thewrittenword.com
Sat Jan 22 21:02:07 CET 2005


Depends on the libgpg-error file I posted earlier.

-- 
albert chin (china at thewrittenword.com)

-- snip snip
--- /dev/null	Sun Mar 24 15:28:28 2002
+++ src/libgcrypt.pc.in	Thu Jan 20 21:41:30 2005
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: libgcrypt
+Description: General purpose crypto library
+Version: @VERSION@
+Requires: libgpg-error
+Libs: -L${libdir} -lgcrypt
+Cflags: -I${includedir}
--- configure.ac.orig	Thu Jan 20 21:21:02 2005
+++ configure.ac	Sat Jan 22 14:00:26 2005
@@ -783,6 +783,7 @@
 doc/Makefile
 src/Makefile
 src/libgcrypt-config
+src/libgcrypt.pc
 tests/Makefile
 w32-dll/Makefile
 ])
--- src/Makefile.am.orig	Thu Jan 20 21:44:24 2005
+++ src/Makefile.am	Sat Jan 22 14:00:54 2005
@@ -22,6 +22,8 @@
 bin_SCRIPTS = libgcrypt-config
 m4datadir = $(datadir)/aclocal
 m4data_DATA = libgcrypt.m4
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = libgcrypt.pc
 include_HEADERS = gcrypt.h gcrypt-module.h
 
 lib_LTLIBRARIES = libgcrypt.la



More information about the Gcrypt-devel mailing list