summaryrefslogtreecommitdiffstats
path: root/extra/bogofilter/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/bogofilter/Pkgfile')
-rw-r--r--extra/bogofilter/Pkgfile17
1 files changed, 17 insertions, 0 deletions
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
+ }
+