summaryrefslogtreecommitdiffstats
path: root/extra/bogofilter/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-02-08 20:35:54 +0100
committertnut <thierryn1 at hispeed dot ch>2010-02-08 20:35:54 +0100
commitf9f1e5547a10a46d4765556710d9a5c9d6c90c17 (patch)
tree872c2cd6d5d41fc5326cee14c1828a806c9ca15c /extra/bogofilter/Pkgfile
parentb1dfd44e429870f5f6af4357769946bc150368e7 (diff)
downloadnutyx-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 'extra/bogofilter/Pkgfile')
-rw-r--r--extra/bogofilter/Pkgfile17
1 files changed, 0 insertions, 17 deletions
diff --git a/extra/bogofilter/Pkgfile b/extra/bogofilter/Pkgfile
deleted file mode 100644
index 4558573e0..000000000
--- a/extra/bogofilter/Pkgfile
+++ /dev/null
@@ -1,17 +0,0 @@
-# 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
- }
-