summaryrefslogtreecommitdiff
path: root/libre
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-18 13:36:32 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-18 13:36:32 -0300
commit7c99816a27048aedd2899aed78eb283d2669a4db (patch)
tree41ab43143990ac1898818a49bcdd57cfbf589389 /libre
parent5d31d921448006722d790d84e727c2f2844c35d5 (diff)
provides bogofilter
Diffstat (limited to 'libre')
-rw-r--r--libre/bogofilter-libre/PKGBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/libre/bogofilter-libre/PKGBUILD b/libre/bogofilter-libre/PKGBUILD
index 4f7c7deed..20111d7a7 100644
--- a/libre/bogofilter-libre/PKGBUILD
+++ b/libre/bogofilter-libre/PKGBUILD
@@ -5,15 +5,19 @@
_pkgname=bogofilter
pkgname=bogofilter-libre
pkgver=1.2.2
-pkgrel=4
+pkgrel=5
pkgdesc="A fast Bayesian spam filtering tool"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
license=('GPL3')
url="http://bogofilter.sourceforge.net"
depends=('db' 'perl' 'gsl')
backup=('etc/bogofilter/bogofilter.cf')
source=(http://repo.parabolagnulinux.org/other/${pkgname}-${pkgver}.tar.xz)
md5sums=('af9c7857c66b1884c820f54f23082701')
+provides=("$_pkgname=$pkgver")
+conflicts=("$_pkgname")
+replaces=("$_pkgname")
+
mksource() {
[ -f ${_pkgname}-${pkgver}.tar.bz2 ] || wget http://sourceforge.net/projects/${_pkgname}/files/${_pkgname}-current/${_pkgname}-${pkgver}/${_pkgname}-${pkgver}.tar.bz2