2013-04-09 09:42:41 +00:00
|
|
|
# Template file for 'libsasl'
|
|
|
|
pkgname=libsasl
|
|
|
|
version=2.1.25
|
|
|
|
revision=1
|
|
|
|
build_style=gnu-configure
|
|
|
|
makedepends="openssl-devel"
|
|
|
|
wrksrc="cyrus-sasl-${version}"
|
|
|
|
short_desc="Cyrus SASL - runtime shared libraries"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
homepage="http://cyrusimap.web.cmu.edu/"
|
|
|
|
license="BSD"
|
|
|
|
distfiles="ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-sasl-$version.tar.gz"
|
|
|
|
checksum=418c16e6240a4f9b637cbe3d62937b9675627bad27c622191d47de8686fe24fe
|
|
|
|
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."
|
|
|
|
|
|
|
|
disable_parallel_build=yes
|
|
|
|
|
|
|
|
post_install() {
|
|
|
|
# We are only interested in libsasl.
|
|
|
|
rm -rf ${DESTDIR}/usr/{sbin,share,lib/sasl2}
|
|
|
|
}
|
2013-04-13 08:15:49 +00:00
|
|
|
|
|
|
|
libsasl-devel_package() {
|
|
|
|
depends="db-devel libsasl>=${version}_${revision}"
|
|
|
|
short_desc="${short_desc} - development files"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
libsasl_package() {
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr
|
|
|
|
}
|
|
|
|
}
|