milis/talimatname/genel/p/procmail/talimat

21 lines
473 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Gelen postaları filtrelemek ve sıralamak için özerk bir posta işlemcisi
# URL: http://www.ring.gr.jp/archives/net/mail/procmail/
# Paketçi: milisarge
# Gerekler:
isim=procmail
surum=3.22
devir=1
kaynak=(http://www.ring.gr.jp/archives/net/mail/$isim/$isim-$surum.tar.gz)
derle() {
cd $isim-$surum
sed -i 's/getline/get_line/' src/*.[ch]
make BASENAME=$PKG LOCKINGTEST=$PKG/tmp MANDIR=$PKG/usr/share/man install
make BASENAME=$PKG install-suid
}