milis/talimatname/genel/d/dovecot/talimat

40 lines
1.1 KiB
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Ssl / ipv6 desteği olan IMAP ve POP3 sunucusu, öncelikle güvenlik göz önüne alınarak yazılmıştır
2017-01-31 01:37:09 +01:00
# URL: http://dovecot.org
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: clucene icu libcap pam mariadb kerberos openldap openssl postgresql sqlite valgrind
2018-08-17 11:47:58 +02:00
# Grup: ağ
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
isim=dovecot
surum=2.2.21
devir=1
kaynak=(http://dovecot.org/releases/2.2/$isim-$surum.tar.gz local.conf)
2016-02-24 01:27:23 +01:00
2017-10-27 23:59:41 +02:00
derle() {
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
cd $isim-$surum
2017-01-31 01:37:09 +01:00
2016-02-24 01:27:23 +01:00
source /etc/blfs-bootscripts
wget http://www.linuxfromscratch.org/blfs/downloads/svn/$scripts-$scriptsversion.tar.bz2
2017-01-31 01:37:09 +01:00
tar xvf $scripts-$scriptsversion.tar.bz2
2016-02-24 01:27:23 +01:00
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
2017-10-28 14:10:23 +02:00
--docdir=/usr/share/doc/dovecot-$surum \
2016-02-24 01:27:23 +01:00
--disable-static \
--with-ssl=openssl
2017-01-31 01:37:09 +01:00
2016-02-24 01:27:23 +01:00
make
make DESTDIR=$PKG install
2017-10-28 14:10:23 +02:00
cp -r $SRC/$isim-$surum/doc/example-config/* $PKG/etc/dovecot
2017-01-31 01:37:09 +01:00
sed -i '/^\!include / s/^/#/' $PKG/etc/dovecot/dovecot.conf
2016-02-24 01:27:23 +01:00
cp -r $SRC/local.conf $PKG/etc/dovecot
2017-01-31 01:37:09 +01:00
2016-02-24 01:27:23 +01:00
cd $scripts-$scriptsversion
make DESTDIR=$PKG install-dovecot
2017-01-31 01:37:09 +01:00
2016-02-24 01:27:23 +01:00
}