New package: dovecot-2.0.17.
This commit is contained in:
parent
9b25510d01
commit
2bc19bd1f7
16 changed files with 229 additions and 0 deletions
16
srcpkgs/dovecot/dovecot-plugin-sqlite.template
Normal file
16
srcpkgs/dovecot/dovecot-plugin-sqlite.template
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Template file for 'dovecot-plugin-sqlite'.
|
||||
#
|
||||
short_desc="${short_desc} - SQLite plugin"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains a plugin for SQLite authentication and dictionaries."
|
||||
|
||||
Add_dependency run dovecot ">=${version}"
|
||||
|
||||
do_install() {
|
||||
vmove usr/lib/dovecot/modules/auth/libdriver_sqlite.so \
|
||||
usr/lib/dovecot/modules/auth
|
||||
vmove usr/lib/dovecot/modules/dict usr/lib/dovecot/modules
|
||||
vmove usr/lib/dovecot/modules/libdriver_sqlite.so \
|
||||
usr/lib/dovecot/modules
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue