wok-6.x diff bogofilter/receipt @ rev 20058
Up slitaz-base-files (331), slitaz-boot-scripts (443).
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Sep 12 02:02:47 2017 +0300 (2017-09-12) |
parents | eb8067417980 |
children | 319f735969b9 |
line diff
1.1 --- a/bogofilter/receipt Sat Nov 30 10:06:29 2013 +0000 1.2 +++ b/bogofilter/receipt Tue Sep 12 02:02:47 2017 +0300 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="bogofilter" 1.7 -VERSION="1.2.2" 1.8 +VERSION="1.2.4" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Mail filter that classifies mail as spam or ham." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -19,9 +19,9 @@ 1.13 { 1.14 cd $src 1.15 ./configure --with-database=sqlite3 \ 1.16 - --prefix=/usr --sysconfdir=/etc/bogofilter \ 1.17 - --infodir=/usr/share/info \ 1.18 - --mandir=/usr/share/man $CONFIGURE_ARGS && 1.19 + --prefix=/usr --sysconfdir=/etc/bogofilter \ 1.20 + --infodir=/usr/share/info \ 1.21 + --mandir=/usr/share/man $CONFIGURE_ARGS && 1.22 make && 1.23 make DESTDIR=$DESTDIR install 1.24 }