13 lines
422 B
Text
13 lines
422 B
Text
# Template file for 'cyrus-sasl-modules-sql'.
|
|
#
|
|
depends="cyrus-sasl>=${version}_${revision}"
|
|
short_desc="Cyrus SASL - pluggable authentication modules (GSSAPI)"
|
|
long_desc="
|
|
This is the Cyrus SASL API implementation, version 2.1. See package
|
|
libsasl and RFC 2222 for more information.
|
|
|
|
This package provides the GSSAPI authentication mechanism plugin."
|
|
|
|
do_install() {
|
|
vmove "usr/lib/sasl2/libgssapi*" usr/lib/sasl2
|
|
}
|