libksba8 stable port information

Package: libksba8
Version: 1.2.0
Revision: 1
Source: ftp://ftp.gnupg.org/gcrypt/libksba/libksba-%v.tar.bz2
Source-MD5: e797f370b69b4dc776499d6a071ae137
BuildDependsOnly: True
Depends: %n-shlibs (= %v-%r)
Replaces: %N-shlibs (<< 0.9.12-1)
BuildDepends: libgpg-error (>= 1.8), libgettext8-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 --disable-dependency-tracking
InstallScript: make DESTDIR=%d install
DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS README* THANKS TODO
InfoDocs: ksba.info

SplitOff: <<
Package: %N-shlibs
Depends: libgpg-error-shlibs (>= 1.2), libgettext8-shlibs, libiconv
Shlibs: %p/lib/libksba.8.dylib 20.0.0 %n (>= 1.2.0-1)
Files: 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/libksba/index.html
License: GPL
Maintainer: Brendan Cully