milis/talimatname/genel/r/razor/talimat

25 lines
663 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: Dağıtılmış, ortak çalışan, spam tespit ve filtreleme ağı.
# URL: http://search.cpan.org/
# Paketçi: milisarge
# Gerekler: perl perl-net-dns perl-digest-sha1 perl-uri perl-digest-nilsimsa
# Grup: güvenlik
isim=razor
surum=2.85
devir=1
kaynak=(http://sourceforge.net/projects/razor/files/razor-agents/$surum/razor-agents-$surum.tar.bz2
razor-2.85-cosmetic-pv-fix.patch)
derle() {
cd razor-agents-$surum
patch -p1 -i $SRC/razor-2.85-cosmetic-pv-fix.patch
perl Makefile.PL INSTALLDIRS=vendor
make
make DESTDIR=$PKG install
find $PKG \
-name '*.bs' -or \
-name '.packlist' -or \
-name 'perllocal.pod' | xargs rm
}