Package: gsasl9-shlibs # LIBIDN2 FTBFS # see https://lists.gnu.org/archive/html/help-gsasl/2018-01/msg00000.html # see https://lists.gnu.org/archive/html/help-gsasl/2021-05/msg00001.html Version: 1.10.0 Revision: 5 ### Source: mirror:gnu:gsasl/gsasl-%v.tar.gz Source-Checksum: SHA256(85bcbd8ee6095ade7870263a28ebcb8832f541ea7393975494926015c07568d3) Depends: << libgettext8-shlibs, libidn-shlibs << BuildDepends: << fink (>= 0.32), fink-package-precedence, gawk, gettext-tools, gnutls30-3.7, gtk-doc, libgettext8-dev, libgpg-error, libiconv-dev, libidn, libxslt-bin, pkgconfig, readline8 << Conflicts: gsasl9-dev (<< 1.10.0-4) Replaces: gsasl9-dev (<< 1.10.0-4), gsasl, gsasl9 (<< 0.2.24-1005) # nieder migrated to gnutls30 (which buries its libs) # dmacks explicitly configured for heimdal (was the autodetected # determination, but safer to force it in case external lib availability # changes) SetLDFLAGS: -L%p/lib/gnutls30-3.7 ConfigureParams: << --with-pic \ --enable-dependency-tracking \ --disable-rpath \ --enable-gtk-doc \ --datadir=%p/share \ --mandir=%p/share/man \ --infodir=%p/share/info \ --with-gssapi-impl=heimdal \ --disable-ntlm \ --disable-static \ --disable-silent-rules \ --disable-valgrind-tests \ --with-packager="Fink Project" \ --with-packager-version="Fink %f" \ --with-packager-bug-reports="https://github.com/fink/fink-distributions/issues" << PatchFile: %n.patch PatchFile-MD5: a0adfbb3f7c6d30930cecdf2b131e305 PatchScript: << %{default_script} perl -pi.bak -e 's;gsasl_LDADD =;$& -Wl,-m;' src/Makefile.in perl -pi.bak -e 's,dynamiclib,$& -single_module,' {,lib/}configure << CompileScript: << %{default_script} fink-package-precedence --prohibit-bdep=gsasl9-dev . << InfoTest: << TestScript: << make check || exit 2 fink-package-precedence --prohibit-bdep=gsasl9-dev . << << InstallScript: << #!/bin/sh -ev mv INSTALL INSTALL.txt make install DESTDIR=%d AM_UPDATE_INFO_DIR=no # gsasl (was also called gsasl9 for a while) # gsasl9-dev pushd %i rm -r bin rm -r include rm lib/libgsasl.{dylib,la} rm -r lib/pkgconfig rm -r share/gtk-doc rm -r share/info rm -r share/man popd << DocFiles: AUTHORS COPYING ChangeLog NEWS README THANKS Shlibs: %p/lib/libgsasl.7.dylib 18.0.0 %n (>= 1.10.0-1) Description: GNU SASL shared libraries DescDetail: << GNU SASL is an implementation of the Simple Authentication and Security Layer framework and a few common SASL mechanisms. SASL is used by network servers (e.g., IMAP, SMTP) to request authentication from clients, and in clients to authenticate against servers. GNU SASL contains a library (libgsasl), a command line utility (gsasl) to access the library from the shell, and a manual. The library includes support for the SASL framework (with authentication functions and application data privacy and integrity functions) and at least partial support for the CRAM-MD5, EXTERNAL, GSSAPI, ANONYMOUS, PLAIN, SECURID, DIGEST-MD5, LOGIN, NTLM and KERBEROS_V5 mechanisms. The library is portable because it does not do network communication by itself, but rather leaves it up to the calling application. The library is flexible with regards to the authorization infrastructure used, as it utilizes callbacks into the application to decide whether an user is authorized or not. GNU SASL is written in pure ANSI C89 to be portable to embedded and otherwise limited platforms. The entire library, with full support for ANONYMOUS, EXTERNAL, PLAIN, LOGIN and CRAM-MD5, and the front-end that support client and server mode, and the IMAP and SMTP protocols, fits in under 60kb on an Intel x86 platform, without any modifications to the code. << ### License: GPL Maintainer: Darian Lanx Homepage: https://www.gnu.org/software/gsasl/