summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD7
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d1eaa6516234..2e90c3eccf2c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = spamprobe
pkgdesc = Fast, intelligent, automatic spam detector using Paul Graham style Bayesian analysis of word counts in spam and non-spam emails
pkgver = 1.4d
- pkgrel = 9
+ pkgrel = 10
url = http://spamprobe.sourceforge.net/
arch = i686
arch = x86_64
license = custom:QPL
depends = db
depends = giflib
- depends = libjpeg
depends = libpng
source = http://downloads.sourceforge.net/spamprobe/spamprobe-1.4d.tar.gz
source = spamprobe-db5.patch
diff --git a/PKGBUILD b/PKGBUILD
index 2cd16d999c0e..2a467cbe33cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=spamprobe
pkgver=1.4d
-pkgrel=9
+pkgrel=10
pkgdesc="Fast, intelligent, automatic spam detector using Paul Graham style Bayesian analysis of word counts in spam and non-spam emails"
arch=(i686 x86_64)
url="http://spamprobe.sourceforge.net/"
license=('custom:QPL')
-depends=(db giflib libjpeg libpng)
+depends=(db giflib libpng)
source=(http://downloads.sourceforge.net/spamprobe/$pkgname-$pkgver.tar.gz
spamprobe-db5.patch spamprobe-gcc43.patch spamprobe-png.patch
spamprobe-template.patch spamprobe-giflib.patch
@@ -29,8 +29,7 @@ build() {
patch -p0 -i $srcdir/spamprobe-template.patch
patch -p0 -i $srcdir/spamprobe-giflib.patch
patch -p0 -i $srcdir/spamprobe-lrucache.patch
- CXXFLAGS+=" -O0"
- ./configure --prefix=/usr --mandir=/usr/share/man
+ ./configure --prefix=/usr --mandir=/usr/share/man --without-jpeg
make
}