SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "perdition"

# SliTaz package receipt.

PACKAGE="perdition"
VERSION="1.17.1"
CATEGORY="network"
SHORT_DESC="IMAP/POP proxy."
MAINTAINER="pascal.bellard@slitaz.org"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WEB_SITE="http://www.vergenet.net/linux/$PACKAGE"
WGET_URL="$WEB_SITE/download/$VERSION/$TARBALL"
BUILD_DEPENDS="vanessa_logger-dev vanessa_logger vanessa_adt-dev vanessa_adt vanessa_socket-dev vanessa_socket openldap-dev popt-dev cyrus-sasl-dev"
DEPENDS="vanessa_logger vanessa_adt vanessa_socket libldap openssl cyrus-sasl \
 glibc-base libkrb5 libcomerr3 gdbm"
CONFIG_FILES="/etc/perdition"
BUGS="Very slow: more than 10 seconds for login with squirrelmail, why ?"

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    sed -i 's/pam=yes/pam=no/' configure
    ./configure --prefix=/usr --infodir=/usr/share/info \
    --enable-openldap --disable-ldap-doc --disable-nis \
    --disable-odbc --disable-mysql --disable-pg --disable-bdb \
    --sysconfdir=/etc --localstatedir=/var \
    --mandir=/usr/share/man $CONFIGURE_ARGS || return 1
    sed -i 's/#define WITH_PAM_SUPPORT 1/#undef WITH_PAM_SUPPORT/' config.h
    make &&
    make DESTDIR=$PWD/_pkg install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr/lib $fs/etc/openldap/schema
    cp -a $_pkg/etc $fs
    rm -f $fs/etc/perdition/perdition.conf
    cp -a stuff/etc $fs
    cp -a $_pkg/usr/sbin $fs/usr
    cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    for i in pop3 pop3s imap4 imap4s imaps; do
        mkdir -p $fs/var/run/perdition.$i
    done
    cp $src/perdition/db/ldap/perdition.schema $fs/etc/openldap/schema
}

# Pre and post install commands for Tazpkg.
post_install()
{
    for i in pop3 pop3s imap4 imap4s imaps; do
        chown nobody.nogroup $1/var/run/perdition.$i
    done
    cat <<EOF
----
Perdition will forward to the 127.0.0.1:50143 imap server.
Can you change listen="imap" to listen="50143" in /etc/cyrus.conf
and restart cyrus-imap, or modify files in /etc/perdition.
To start $PACKAGE server you can run :

    /etc/init.d/$PACKAGE start
    
Or add $PACKAGE to RUN_DAEMONS in /etc/rcS.conf
----
EOF
}
3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)