milis/talimatname/genel/razor/talimat

24 lines
662 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: Dağıtılmış, ortak çalışan, spam tespit ve filtreleme ağı.
# URL: http://search.cpan.org/
# Packager: milisarge
# Depends on: perl perl-net-dns perl-digest-sha1 perl-uri perl-digest-nilsimsa
name=razor
version=2.85
release=1
source=(http://sourceforge.net/projects/razor/files/razor-agents/$version/razor-agents-$version.tar.bz2
razor-2.85-cosmetic-pv-fix.patch)
build() {
cd razor-agents-$version
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
}