diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-02-08 20:35:54 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-02-08 20:35:54 +0100 |
commit | f9f1e5547a10a46d4765556710d9a5c9d6c90c17 (patch) | |
tree | 872c2cd6d5d41fc5326cee14c1828a806c9ca15c /base/bogofilter/Pkgfile | |
parent | b1dfd44e429870f5f6af4357769946bc150368e7 (diff) | |
download | nutyx-extra-f9f1e5547a10a46d4765556710d9a5c9d6c90c17.tar.gz nutyx-extra-f9f1e5547a10a46d4765556710d9a5c9d6c90c17.tar.bz2 nutyx-extra-f9f1e5547a10a46d4765556710d9a5c9d6c90c17.tar.xz nutyx-extra-f9f1e5547a10a46d4765556710d9a5c9d6c90c17.zip |
Maj bogofilter#1.2.1-1, déplacé dans base
Diffstat (limited to 'base/bogofilter/Pkgfile')
-rw-r--r-- | base/bogofilter/Pkgfile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/base/bogofilter/Pkgfile b/base/bogofilter/Pkgfile new file mode 100644 index 000000000..ebe753b19 --- /dev/null +++ b/base/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.1 +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 + } + |