summaryrefslogtreecommitdiffstats
path: root/bogofilter/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'bogofilter/Pkgfile')
-rw-r--r--bogofilter/Pkgfile16
1 files changed, 16 insertions, 0 deletions
diff --git a/bogofilter/Pkgfile b/bogofilter/Pkgfile
new file mode 100644
index 000000000..c1b355590
--- /dev/null
+++ b/bogofilter/Pkgfile
@@ -0,0 +1,16 @@
+# Description: Filtre bayésien de mail et antispam
+# URL: http://www.bogofilter.org
+# Packager: skingrapher at legtux dot org
+# Maintainer: NuTyX core team
+
+name=bogofilter
+version=1.2.2
+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
+ }
+