# HG changeset patch # User Hans-G?nter Theisgen # Date 1592573191 -3600 # Node ID 1b4816ca3fef655127adce509bedee0a423f50fe # Parent 8b30d0016998c64df5cabee7d3cf5967c273a090 updated bogofilter (1.2.4 -> 1.2.5) diff -r 8b30d0016998 -r 1b4816ca3fef bogofilter/receipt --- a/bogofilter/receipt Fri Jun 19 14:18:19 2020 +0100 +++ b/bogofilter/receipt Fri Jun 19 14:26:31 2020 +0100 @@ -1,22 +1,24 @@ # SliTaz package receipt v2. PACKAGE="bogofilter" -VERSION="1.2.4" +VERSION="1.2.5" CATEGORY="network" +TAGS="mail email filter spam C" SHORT_DESC="Mail filter that classifies mail as spam or ham" -MAINTAINER="devel@slitaz.org" +MAINTAINER="maintainer@slitaz.org" LICENSE="GPL2 GPL3" -WEB_SITE="http://bogofilter.sourceforge.net/" +WEB_SITE="https://bogofilter.sourceforge.io/" -TARBALL="$PACKAGE-$VERSION.tar.gz" +TARBALL="$PACKAGE-$VERSION.tar.xz" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" BUILD_DEPENDS="sqlite3-dev" -compile_rules() { - ./configure \ - --with-database=sqlite3 \ - --sysconfdir=/etc/bogofilter \ +compile_rules() +{ + ./configure \ + --with-database=sqlite3 \ + --sysconfdir=/etc/bogofilter \ $CONFIGURE_ARGS && make && make DESTDIR=$install install || return 1 @@ -24,8 +26,9 @@ chmod +x $install/usr/bin/bf_* } -genpkg_rules() { +genpkg_rules() +{ copy @std - DEPENDS="sqlite3 gsl" - TAGS="mail email filter spam C" + + DEPENDS="gsl sqlite3" }