summaryrefslogtreecommitdiffstats
path: root/base/clamav/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 15:23:49 +0200
committertnut <tnut at nutyx dot com>2011-10-15 15:23:49 +0200
commit76cf189305062aa16c9c47f97bd5b9b079200fe4 (patch)
tree79bcf1940d5a204d2ee814f3ba7befe1d305f0f8 /base/clamav/Pkgfile
parent8bfaff60b4c2e880a2eedc61fde7e7a65dbf5edf (diff)
downloadnutyx-extra-76cf189305062aa16c9c47f97bd5b9b079200fe4.tar.gz
nutyx-extra-76cf189305062aa16c9c47f97bd5b9b079200fe4.tar.bz2
nutyx-extra-76cf189305062aa16c9c47f97bd5b9b079200fe4.tar.xz
nutyx-extra-76cf189305062aa16c9c47f97bd5b9b079200fe4.zip
clamav dans extra
Diffstat (limited to 'base/clamav/Pkgfile')
-rwxr-xr-xbase/clamav/Pkgfile21
1 files changed, 0 insertions, 21 deletions
diff --git a/base/clamav/Pkgfile b/base/clamav/Pkgfile
deleted file mode 100755
index 5599cd49e..000000000
--- a/base/clamav/Pkgfile
+++ /dev/null
@@ -1,21 +0,0 @@
-# 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.97.1
-release=1
-source=(http://downloads.sourceforge.net/sourceforge/$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
-}