New package: dovecot-2.0.17.
This commit is contained in:
17
srcpkgs/dovecot/dovecot-plugin-mysql.template
Normal file
17
srcpkgs/dovecot/dovecot-plugin-mysql.template
Normal file
@@ -0,0 +1,17 @@
|
||||
# Template file for 'dovecot-plugin-mysql'.
|
||||
#
|
||||
short_desc="${short_desc} - MySQL plugin"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains a plugin for MySQL authentication and dictionaries."
|
||||
|
||||
Add_dependency run dovecot ">=${version}"
|
||||
|
||||
do_install() {
|
||||
vmove usr/lib/dovecot/modules/auth/libdriver_mysql.so \
|
||||
usr/lib/dovecot/modules/auth
|
||||
vmove usr/lib/dovecot/modules/dict/libdriver_mysql.so \
|
||||
usr/lib/dovecot/modules/dict
|
||||
vmove usr/lib/dovecot/modules/libdriver_mysql.so \
|
||||
usr/lib/dovecot/modules
|
||||
}
|
||||
Reference in New Issue
Block a user