From afc774a60954770a1c813ee9bce0b60511c38722 Mon Sep 17 00:00:00 2001 From: tnut Date: Thu, 17 Dec 2009 22:10:46 +0100 Subject: clamav, déplacé dans base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/clamav/.footprint | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++ base/clamav/.md5sum | 1 + base/clamav/Pkgfile | 21 ++++++++++++++++++++ 3 files changed, 74 insertions(+) create mode 100644 base/clamav/.footprint create mode 100644 base/clamav/.md5sum create mode 100755 base/clamav/Pkgfile (limited to 'base') diff --git a/base/clamav/.footprint b/base/clamav/.footprint new file mode 100644 index 000000000..5166b1d3f --- /dev/null +++ b/base/clamav/.footprint @@ -0,0 +1,52 @@ +drwxr-xr-x root/root etc/ +-rw-r--r-- root/root etc/clamd.conf +-rw-r--r-- root/root etc/freshclam.conf +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/clamav-config +-rwxr-xr-x root/root usr/bin/clamconf +-rwxr-xr-x root/root usr/bin/clamdscan +-rwxr-xr-x root/root usr/bin/clamdtop +-rwxr-xr-x root/root usr/bin/clamscan +-rwxr-xr-x root/root usr/bin/freshclam +-rwxr-xr-x root/root usr/bin/sigtool +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/clamav.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libclamav.a +-rwxr-xr-x root/root usr/lib/libclamav.la +lrwxrwxrwx root/root usr/lib/libclamav.so -> libclamav.so.6.0.5 +lrwxrwxrwx root/root usr/lib/libclamav.so.6 -> libclamav.so.6.0.5 +-rwxr-xr-x root/root usr/lib/libclamav.so.6.0.5 +-rw-r--r-- root/root usr/lib/libclamunrar.a +-rwxr-xr-x root/root usr/lib/libclamunrar.la +lrwxrwxrwx root/root usr/lib/libclamunrar.so -> libclamunrar.so.6.0.5 +lrwxrwxrwx root/root usr/lib/libclamunrar.so.6 -> libclamunrar.so.6.0.5 +-rwxr-xr-x root/root usr/lib/libclamunrar.so.6.0.5 +-rw-r--r-- root/root usr/lib/libclamunrar_iface.a +-rwxr-xr-x root/root usr/lib/libclamunrar_iface.la +lrwxrwxrwx root/root usr/lib/libclamunrar_iface.so -> libclamunrar_iface.so.6.0.5 +lrwxrwxrwx root/root usr/lib/libclamunrar_iface.so.6 -> libclamunrar_iface.so.6.0.5 +-rwxr-xr-x root/root usr/lib/libclamunrar_iface.so.6.0.5 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/libclamav.pc +drwxr-xr-x root/root usr/sbin/ +-rwxr-xr-x root/root usr/sbin/clamd +drwxr-xr-x root/root usr/share/ +drwxrwxr-x clamav/clamav usr/share/clamav/ +-rw-rw-r-- clamav/clamav usr/share/clamav/daily.cvd +-rw-rw-r-- clamav/clamav usr/share/clamav/main.cvd +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/clamconf.1.gz +-rw-r--r-- root/root usr/share/man/man1/clamdscan.1.gz +-rw-r--r-- root/root usr/share/man/man1/clamdtop.1.gz +-rw-r--r-- root/root usr/share/man/man1/clamscan.1.gz +-rw-r--r-- root/root usr/share/man/man1/freshclam.1.gz +-rw-r--r-- root/root usr/share/man/man1/sigtool.1.gz +drwxr-xr-x root/root usr/share/man/man5/ +-rw-r--r-- root/root usr/share/man/man5/clamd.conf.5.gz +-rw-r--r-- root/root usr/share/man/man5/freshclam.conf.5.gz +drwxr-xr-x root/root usr/share/man/man8/ +-rw-r--r-- root/root usr/share/man/man8/clamav-milter.8.gz +-rw-r--r-- root/root usr/share/man/man8/clamd.8.gz diff --git a/base/clamav/.md5sum b/base/clamav/.md5sum new file mode 100644 index 000000000..a0abb99b5 --- /dev/null +++ b/base/clamav/.md5sum @@ -0,0 +1 @@ +eaf9fccc3cc3567605a9732313652967 clamav-0.95.3.tar.gz diff --git a/base/clamav/Pkgfile b/base/clamav/Pkgfile new file mode 100755 index 000000000..0711b56ae --- /dev/null +++ b/base/clamav/Pkgfile @@ -0,0 +1,21 @@ +# Description: Outil antivirus spécialement prévu pour le scan du courrier electronique +# URL: http://www.clamav.net +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: + +name=clamav +version=0.95.3 +release=1 +source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz) + + +build() { + cd $name-$version + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --mandir=/usr/share/man \ + --infodir=/usr/share/info + make + make DESTDIR=$PKG install +} -- cgit v1.2.3-54-g00ecf