summaryrefslogtreecommitdiff
path: root/extra/razor/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/razor/PKGBUILD')
-rw-r--r--extra/razor/PKGBUILD17
1 files changed, 9 insertions, 8 deletions
diff --git a/extra/razor/PKGBUILD b/extra/razor/PKGBUILD
index ae6a8c112..87905b577 100644
--- a/extra/razor/PKGBUILD
+++ b/extra/razor/PKGBUILD
@@ -1,21 +1,22 @@
-# $Id: PKGBUILD 101393 2010-11-29 01:47:33Z kevin $
-# Maintainer: Dale Blount <dale@archlinux.org>
+# $Id: PKGBUILD 124559 2011-05-22 23:44:08Z andrea $
+# Maintainer:
+# Contributor: Dale Blount <dale@archlinux.org>
# Contributor: Manolis Tzanidakis
pkgname=razor
pkgver=2.84
-pkgrel=4
-pkgdesc="A distributed, collaborative, spam detection and filtering network."
-arch=(i686 x86_64 'mips64el')
+pkgrel=5
+pkgdesc="A distributed, collaborative, spam detection and filtering network"
+arch=('i686' 'x86_64')
url="http://razor.sourceforge.net"
license=('PerlArtistic')
-depends=('glibc' 'perl-net-dns' 'perl-digest-sha1' 'perl-uri' 'perl-digest-nilsimsa' 'perl>=5.10.0')
-source=(http://downloads.sourceforge.net/sourceforge/razor/${pkgname}-agents-${pkgver}.tar.bz2)
+depends=('perl-net-dns' 'perl-digest-sha1' 'perl-uri' 'perl-digest-nilsimsa' 'perl>=5.14.0')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-agents-${pkgver}.tar.bz2)
md5sums=('8b9a11a6ce020383c32c45d1530d77c2')
options=(!emptydirs)
build() {
- cd ${srcdir}/${pkgname}-agents-${pkgver}
+ cd "${srcdir}"/${pkgname}-agents-${pkgver}
# skip install_razor_agents (we'll do the linking later)
# /bin/sed -i "s|install :: all pure_install doc_install install_razor_agents|install :: all pure_install doc_install|g" Makefile