milis/talimatname/genel/f/fetchmail/talimat

22 lines
573 B
Text
Raw Normal View History

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