mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/bogofilter to 1.2.4-4
This commit is contained in:
parent
4f7e75c154
commit
2a4f478b22
1 changed files with 4 additions and 5 deletions
|
@ -1,4 +1,3 @@
|
|||
# $Id$
|
||||
# Maintainer: AndyRTR <andyrtr@archlinux.org>
|
||||
# Contributor: tobias <tobias@archlinux.org>
|
||||
# Contributor: Low Kian Seong <fastmail_low@speedymail.org>
|
||||
|
@ -8,15 +7,15 @@
|
|||
|
||||
pkgname=bogofilter
|
||||
pkgver=1.2.4
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="A fast Bayesian spam filtering tool"
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('x86_64')
|
||||
license=('GPL3')
|
||||
url="http://bogofilter.sourceforge.net"
|
||||
depends=('db' 'perl' 'gsl') # 'sqlite'
|
||||
makedepends=('xmlto')
|
||||
backup=('etc/bogofilter/bogofilter.cf')
|
||||
source=(http://sourceforge.net/projects/${pkgname}/files/${pkgname}-current/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2
|
||||
source=(https://sourceforge.net/projects/${pkgname}/files/${pkgname}-current/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2
|
||||
bogofilter-1.2.4-test-env.patch)
|
||||
md5sums=('d0a5eebb3274b23ceabe766a6443a1c5'
|
||||
'd01f23755ee9b4f5807b9feefea0b42d')
|
||||
|
@ -48,7 +47,7 @@ build() {
|
|||
|
||||
check() {
|
||||
cd $pkgname-$pkgver
|
||||
make -k -C src check || /bin/true
|
||||
BF_RUN_VALGRIND=1 make -k -C src check || /bin/true
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
Loading…
Reference in a new issue