milis/talimatname/genel/f/fetchmail/talimat

22 lines
573 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Uzak posta sunucularından posta alır ve yerel makinelere iletir
2016-02-24 01:27:23 +01:00
# URL: http://www.fetchmail.info
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
2017-11-28 08:18:15 +01:00
# Gerekler: openssl procmail
2017-01-31 01:37:09 +01:00
2017-10-28 14:10:23 +02:00
isim=fetchmail
surum=6.3.26
devir=1
kaynak=(http://downloads.sourceforge.net/fetchmail/$isim-$surum.tar.xz
2017-11-28 08:18:15 +01:00
fetchmailrc)
2017-01-31 01:37:09 +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
./configure --prefix=/usr --with-ssl --enable-fallback=procmail
2016-02-24 01:27:23 +01:00
make
make DESTDIR=$PKG install
2017-11-28 08:18:15 +01:00
install -v -m755 -d $PKG/usr/share/fetchmail
cp -v $SRC/fetchmailrc $PKG/usr/share/fetchmail/.fetchmailrc
chmod -v 0600 $PKG/usr/share/fetchmail/.fetchmailrc
2016-02-24 01:27:23 +01:00
}