Added cyrus-sasl-2.1.23 build template.

--HG--
extra : convert_revision : cd7571b0e341f27eb60fd91525bdfa1a71a51fae
This commit is contained in:
Juan RP 2010-04-18 17:48:17 +02:00
parent 55fcdb3fc2
commit ee39e4c87b
10 changed files with 150 additions and 0 deletions

View file

@ -0,0 +1,18 @@
# Template file for 'cyrus-sasl-modules-sql'.
#
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."
Add_dependency run glibc
Add_dependency run libmysqlclient
Add_dependency run postgresql-libs
do_install()
{
mkdir -p ${DESTDIR}/usr/lib/sasl2
mv ${SRCPKGDESTDIR}/usr/lib/sasl2/libsql.* ${DESTDIR}/usr/lib/sasl2
}