From f0e81eba5ac7872b5b63476011f11267c23c0092 Mon Sep 17 00:00:00 2001 From: tnut Date: Sun, 3 Jan 2010 17:57:22 +0100 Subject: Ajout de bogofilter#1.2.0-1 --- extra/bogofilter/.footprint | 23 +++++++++++++++++++++++ extra/bogofilter/.md5sum | 1 + extra/bogofilter/Pkgfile | 17 +++++++++++++++++ 3 files changed, 41 insertions(+) create mode 100644 extra/bogofilter/.footprint create mode 100644 extra/bogofilter/.md5sum create mode 100644 extra/bogofilter/Pkgfile (limited to 'extra') diff --git a/extra/bogofilter/.footprint b/extra/bogofilter/.footprint new file mode 100644 index 000000000..1396ab023 --- /dev/null +++ b/extra/bogofilter/.footprint @@ -0,0 +1,23 @@ +drwxr-xr-x root/root etc/ +-rw-r--r-- root/root etc/bogofilter.cf.example +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/bf_compact +-rwxr-xr-x root/root usr/bin/bf_copy +-rwxr-xr-x root/root usr/bin/bf_tar +-rwxr-xr-x root/root usr/bin/bogofilter +-rwxr-xr-x root/root usr/bin/bogolexer +-rwxr-xr-x root/root usr/bin/bogotune +-rwxr-xr-x root/root usr/bin/bogoupgrade +-rwxr-xr-x root/root usr/bin/bogoutil +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/bf_compact.1.gz +-rw-r--r-- root/root usr/share/man/man1/bf_copy.1.gz +-rw-r--r-- root/root usr/share/man/man1/bf_tar.1.gz +-rw-r--r-- root/root usr/share/man/man1/bogofilter.1.gz +-rw-r--r-- root/root usr/share/man/man1/bogolexer.1.gz +-rw-r--r-- root/root usr/share/man/man1/bogotune.1.gz +-rw-r--r-- root/root usr/share/man/man1/bogoupgrade.1.gz +-rw-r--r-- root/root usr/share/man/man1/bogoutil.1.gz diff --git a/extra/bogofilter/.md5sum b/extra/bogofilter/.md5sum new file mode 100644 index 000000000..c0c7e4377 --- /dev/null +++ b/extra/bogofilter/.md5sum @@ -0,0 +1 @@ +4bbc9adc30d4f8e3a547f9be18a1cb74 bogofilter-1.2.0.tar.gz diff --git a/extra/bogofilter/Pkgfile b/extra/bogofilter/Pkgfile new file mode 100644 index 000000000..4558573e0 --- /dev/null +++ b/extra/bogofilter/Pkgfile @@ -0,0 +1,17 @@ +# Description: Filtre antispam très puissant qui fonctionne à merveille notamment avec Sylpheed +# URL: +# Packager: bleizh_du +# Maintainer: NuTyX core team +# Depends on: + +name=bogofilter +version=1.2.0 +release=1 +source=(http://ovh.dl.sourceforge.net/sourceforge/bogofilter/$name-$version.tar.gz) +build() { +cd $name-$version + ./configure --prefix=/usr + make + make DESTDIR=$PKG install + } + -- cgit v1.2.3-70-g09d2