masqmail-0.2

diff docs/INSTALL.agenda @ 59:941413084f56

updated docs; moved files around updated the INSTALL file with content from the old website moved *agenda* and *ipaq files to docs (are they still relevant?)
author meillo@marmaro.de
date Sat, 29 May 2010 22:53:42 +0200
parents INSTALL.agenda@08114f7dcc23
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/docs/INSTALL.agenda	Sat May 29 22:53:42 2010 +0200
     1.3 @@ -0,0 +1,37 @@
     1.4 +
     1.5 +prerequesites:
     1.6 +--------------
     1.7 +cp /usr/lib/glib-config /usr/mipsel-linux/bin
     1.8 +and apply this patch:
     1.9 +
    1.10 +3c3
    1.11 +< prefix=/usr
    1.12 +---
    1.13 +> prefix=/usr/mipsel-linux/
    1.14 +
    1.15 +
    1.16 +compile
    1.17 +-------
    1.18 +export CONFIG_SITE=./agenda-config.site
    1.19 +
    1.20 +./configure --prefix=/usr/local/ --with-spooldir=/flash/spool/masqmail/ --with-glib-prefix=/usr/mipsel-linux/ --disable-smtp-server --disable-resolver --with-group=mail --disable-debug --enable-auth
    1.21 +make
    1.22 +
    1.23 +mipsel-linux-strip --remove-section=.comment --remove-section=.note --strip-unneeded src/masqmail
    1.24 +
    1.25 +install
    1.26 +-------
    1.27 +
    1.28 +# Become root and do:
    1.29 +make DESTDIR=/tmp/agenda-masqmail/ install
    1.30 +
    1.31 +# make the configuration directory writable for user mail
    1.32 +# (this is needed for sqilconf)
    1.33 +chown mail.mail /tmp/agenda-masqmail/etc/masqmail/
    1.34 +chmod g+rw /tmp/agenda-masqmail/etc/masqmail/
    1.35 +
    1.36 +# delete man pages and unneeded binaries:
    1.37 +rm -rf /tmp/agenda-masqmail/usr/local/man/ /tmp/agenda-masqmail/usr/local/bin/
    1.38 +
    1.39 +You can now rsync the files you need to your agenda from DESTDIR.
    1.40 +