masqmail-0.2
diff INSTALL.agenda @ 0:08114f7dcc23
this is masqmail-0.2.21 from oliver kurth
author | meillo@marmaro.de |
---|---|
date | Fri, 26 Sep 2008 17:05:23 +0200 |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/INSTALL.agenda Fri Sep 26 17:05:23 2008 +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 +