Skip to content
Snippets Groups Projects
Commit f3f02984 authored by Linux User's avatar Linux User
Browse files

testing/razor: new aport

parent 25e049ec
No related merge requests found
# Contributor: Leonardo Arena <rnalrd@gmail.com>
# Maintainer: Leonardo Arena <rnalrd@gmail.com>
pkgname=razor
_realname=razor-agents
pkgver=2.84
pkgrel=0
pkgdesc="Vipul's Razor is a distributed, collaborative spam detection and filtering network"
url="http://razor.sourceforge.net/"
license="Artistic"
depends="uclibc perl perl-digest-sha1 perl-getopt-long perl-uri-escape"
makedepends=""
install=
subpackages="$pkgname-doc"
source="http://garr.dl.sourceforge.net/sourceforge/razor/$_realname-$pkgver.tar.bz2"
build() {
cd "$srcdir/$_realname-$pkgver"
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1
make || return 1
make DESTDIR="$pkgdir" install
# creates file collision among perl modules
rm $pkgdir/usr/lib/perl5/5.10.0/x86_64-linux/perllocal.pod
}
md5sums="8b9a11a6ce020383c32c45d1530d77c2 razor-agents-2.84.tar.bz2"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment