Dash:
[t2-trunk.git] / package / mail / vmailmgr / vmailmgr.conf
blobbc336e1655c256c2d648a6f1da38d11670ad8eab
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3
4 # T2 SDE: package/.../vmailmgr/vmailmgr.conf
5 # Copyright (C) 2004 - 2006 The T2 SDE Project
6
7 # More information can be found in the files COPYING and README.
8
9 # This program is free software; you can redistribute it and/or modify
10 # it under the terms of the GNU General Public License as published by
11 # the Free Software Foundation; version 2 of the License. A copy of the
12 # GNU General Public License can be found in the file COPYING.
13 # --- T2-COPYRIGHT-NOTE-END ---
15 if [ "$prefix_auto" = 1 ]; then
16         prefix="opt/vmailmgr"
17         set_confopt
20 # fix sysconfidir
21
22 hook_add preconf 3 'sed -i -e "s,/etc/vmailmgr,$sysconfdir,g" lib/config/configrc.h'
24 # i patch .am files :(
26 autogen=1
27 hook_add preconf 5 'cp -v $root/usr/share/automake-1.7/depcomp .'
29 # rename types.py to something not reserved
31 hook_add preconf 5 'mv -v python/types.py python/vmmtypes.py'
33 # filepipe
35 pkg_vmailmgr_filepipe() {
36         mkdir -p filepipe
37         bunzip2 -c `match_source_file -p filepipe` > filepipe/filepipe.c
38         gcc -o filepipe/filepipe filepipe/filepipe.c
40 hook_add inmake 5 'pkg_vmailmgr_filepipe'
41 hook_add postmake 5 'cp -v filepipe/filepipe $root/usr/bin/'
43 # procmailrc sample
44 pkg_vmailmgr_procmailsample() {
45         echo "$docdir/vmailmgr.procmailrc"
46         sed -e "s,@BINDIR@,$bindir,g" \
47             -e "s,@QMAILBINDIR@,/var/qmail/bin,g" \
48             $confdir/vmailmgr.procmailrc > $docdir/vmailmgr.procmailrc
50         # i'll set separators here too :)
51         echo -n @ > $sysconfdir/separators
53 hook_add postdoc 5 'pkg_vmailmgr_procmailsample'