16 lines
451 B
Text
16 lines
451 B
Text
# Template file for 'cyrus-sasl-modules-sql'.
|
|
#
|
|
revision=1
|
|
short_desc="Cyrus SASL - pluggable authentication modules (SQL)"
|
|
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 SQL plugin, which supports MySQL and PostgreSQL."
|
|
|
|
|
|
do_install()
|
|
{
|
|
mkdir -p ${DESTDIR}/usr/lib/sasl2
|
|
mv ${SRCPKGDESTDIR}/usr/lib/sasl2/libsql.* ${DESTDIR}/usr/lib/sasl2
|
|
}
|