From 3f57a7f93b3e7550cbd73036f6a56654e17d1d5c Mon Sep 17 00:00:00 2001 From: tnut Date: Sun, 8 Jan 2012 12:15:45 +0100 Subject: split de git pakxe et NuTyX-extra --- bogofilter/.footprint.i686 | 23 +++++++++++++++++++++++ bogofilter/.footprint.x86_64 | 23 +++++++++++++++++++++++ bogofilter/.md5sum.i686 | 1 + bogofilter/.md5sum.x86_64 | 1 + bogofilter/Pkgfile | 16 ++++++++++++++++ 5 files changed, 64 insertions(+) create mode 100644 bogofilter/.footprint.i686 create mode 100644 bogofilter/.footprint.x86_64 create mode 100644 bogofilter/.md5sum.i686 create mode 100644 bogofilter/.md5sum.x86_64 create mode 100644 bogofilter/Pkgfile (limited to 'bogofilter') diff --git a/bogofilter/.footprint.i686 b/bogofilter/.footprint.i686 new file mode 100644 index 000000000..1396ab023 --- /dev/null +++ b/bogofilter/.footprint.i686 @@ -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/bogofilter/.footprint.x86_64 b/bogofilter/.footprint.x86_64 new file mode 100644 index 000000000..1396ab023 --- /dev/null +++ b/bogofilter/.footprint.x86_64 @@ -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/bogofilter/.md5sum.i686 b/bogofilter/.md5sum.i686 new file mode 100644 index 000000000..79d7260f6 --- /dev/null +++ b/bogofilter/.md5sum.i686 @@ -0,0 +1 @@ +39d27c13eae8a5064d68e20d585e60de bogofilter-1.2.2.tar.gz diff --git a/bogofilter/.md5sum.x86_64 b/bogofilter/.md5sum.x86_64 new file mode 100644 index 000000000..79d7260f6 --- /dev/null +++ b/bogofilter/.md5sum.x86_64 @@ -0,0 +1 @@ +39d27c13eae8a5064d68e20d585e60de bogofilter-1.2.2.tar.gz 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 + } + -- cgit v1.2.3-54-g00ecf