d1550798de
--HG-- extra : convert_revision : 01731d604dbb94271278155d1b19aaaf37321c18
38 lines
1.4 KiB
Text
38 lines
1.4 KiB
Text
# Template file for 'libsasl'
|
|
pkgname=libsasl
|
|
version=2.1.23
|
|
revision=1
|
|
wrksrc="cyrus-sasl-${version}"
|
|
distfiles="ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-sasl-$version.tar.gz"
|
|
build_style=gnu_configure
|
|
configure_args="--localstatedir=/var --disable-anon --disable-cram
|
|
--disable-digest --disable-gssapi --disable-otp --disable-login
|
|
--disable-plain"
|
|
short_desc="Cyrus SASL - authentication abstraction library"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=20efcc4040cbab6e89a636a07dcf5720ee07b5c62359a4e7bf2500ef6020b136
|
|
long_desc="
|
|
SASL is the Simple Authentication and Security Layer, a method for adding
|
|
authentication support to connection-based protocols. To use SASL, a protocol
|
|
includes a command for identifying and authenticating a user to a server and
|
|
for optionally negotiating protection of subsequent protocol interactions.
|
|
If its use is negotiated, a security layer is inserted between the protocol
|
|
and the connection. See RFC 2222 for more information.
|
|
|
|
Any of: ANONYMOUS, CRAM-MD5, DIGEST-MD5, GSSAPI (MIT or Heimdal Kerberos 5),
|
|
NTLM, OTP, PLAIN, or LOGIN can be used. If you intend to use this package on a
|
|
server that provides SASL authentication, then you must install some of the
|
|
cyrus-sasl-modules* packages."
|
|
|
|
subpackages="libsasl-devel"
|
|
|
|
Add_dependency run glibc
|
|
Add_dependency run db
|
|
Add_dependency build db-devel
|
|
|
|
post_install()
|
|
{
|
|
# Remove unused stuff.
|
|
rm -rf ${DESTDIR}/usr/sbin
|
|
rm -rf ${DESTDIR}/usr/share/man/man8
|
|
}
|