New package: dovecot-2.0.17.
This commit is contained in:
parent
9b25510d01
commit
2bc19bd1f7
16 changed files with 229 additions and 0 deletions
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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue