wok diff bogofilter/receipt @ rev 2806

update to 4.5.0
author Allan Pinto <allan316@gmail.com>
date Wed Apr 29 09:38:17 2009 +0000 (2009-04-29)
parents e85d3536a699
children 230ebda0b94a
line diff
     1.1 --- a/bogofilter/receipt	Tue Aug 12 00:00:05 2008 +0200
     1.2 +++ b/bogofilter/receipt	Wed Apr 29 09:38:17 2009 +0000
     1.3 @@ -6,6 +6,7 @@
     1.4  SHORT_DESC="Mail filter that classifies mail as spam or ham."
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  DEPENDS="sqlite"
     1.7 +BUILD_DEPENDS="sqlite-dev"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://bogofilter.sourceforge.net/"
    1.10  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.11 @@ -17,8 +18,8 @@
    1.12  	./configure --with-database=sqlite3 \
    1.13  	--prefix=/usr --sysconfdir=/etc/bogofilter \
    1.14  	--infodir=/usr/share/info \
    1.15 -	--mandir=/usr/share/man $CONFIGURE_ARGS
    1.16 -	make
    1.17 +	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.18 +	make &&
    1.19  	make DESTDIR=$PWD/_pkg install
    1.20  }
    1.21