milis/talimatname/genel/procmail/talimat

21 lines
489 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.

# Description: Gelen postaları filtrelemek ve sıralamak için özerk bir posta işlemcisi
# URL: http://www.ring.gr.jp/archives/net/mail/procmail/
# Packager: milisarge
# Depends on:
name=procmail
version=3.22
release=1
source=(http://www.ring.gr.jp/archives/net/mail/$name/$name-$version.tar.gz)
build () {
cd $name-$version
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
}