Package: libksba8 Version: 0.9.12 Revision: 2 Source: ftp://ftp.gnupg.org/gcrypt/alpha/libksba/libksba-%v.tar.bz2 Source-MD5: 4d40a09134c5a0d2dcc6416f9abdcc98 BuildDependsOnly: True Depends: %n-shlibs (= %v-%r) Replaces: %N-shlibs (<< 0.9.12-1) BuildDepends: libgpg-error, libgettext3-dev, libiconv-dev # Work around libtool wonkiness with empty archive PatchScript: << touch gl/dummy.c sed -i.orig -e 's/^libgnu_la_SOURCES =/libgnu_la_SOURCES = dummy.c/' \ -e 's/^am_libgnu_la_OBJECTS =/am_libgnu_la_OBJECTS = dummy.lo/' gl/Makefile.in << ConfigureParams: --infodir=%p/share/info InstallScript: make DESTDIR=%d install DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS README* THANKS TODO InfoDocs: ksba.info SplitOff: << Package: %N-shlibs Shlibs: %p/lib/libksba.8.dylib 15.0.0 %n (>= 0.9.12-1) Files: lib/libksba.8.6.1.dylib lib/libksba.8.dylib DocFiles: COPYING << Description: Gnupg certificate management library DescDetail: << Libksba is a library to make the tasks of working with X.509 certificates, CMS data and related objects more easy. It provides a highlevel interface to the implemented protocols and presents the data in a consistent way. There is no more need to worry about all the nasty details of the protocols. The API gives the C programmer an easy way of interacting with the data. It copes with the version details X.509 protocols tend to have as well as with the many different versions and dialects. Applications must usually cope with all of this and it has to be coded over and over again. Libksba hides this by providing just one API which does the Right Thing. Support for new features will be added as needed. << Homepage: http://www.gnupg.org/(en)/related_software/libassuan/index.html License: GPL Maintainer: Brendan Cully