summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-01-03 17:57:22 +0100
committertnut <thierryn1 at hispeed dot ch>2010-01-03 17:57:22 +0100
commitf0e81eba5ac7872b5b63476011f11267c23c0092 (patch)
treed3b238c9fe7f7bb6d2bb408d7034f1058ce11086 /extra
parentb355998cd55174aef17b748b63f116296b85f499 (diff)
downloadnutyx-extra-f0e81eba5ac7872b5b63476011f11267c23c0092.tar.gz
nutyx-extra-f0e81eba5ac7872b5b63476011f11267c23c0092.tar.bz2
nutyx-extra-f0e81eba5ac7872b5b63476011f11267c23c0092.tar.xz
nutyx-extra-f0e81eba5ac7872b5b63476011f11267c23c0092.zip
Ajout de bogofilter#1.2.0-1
Diffstat (limited to 'extra')
-rw-r--r--extra/bogofilter/.footprint23
-rw-r--r--extra/bogofilter/.md5sum1
-rw-r--r--extra/bogofilter/Pkgfile17
3 files changed, 41 insertions, 0 deletions
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
+ }
+