You are not logged in.

#1 2004-10-14 20:31:03

b0uncer
Member
Registered: 2004-10-14
Posts: 14

KlamAV PKGBUILD

So, here it is...you guys know ClamAV antivirus - here's the front-end for it smile just installed it...

pkgname=klamav
pkgver=0.06
pkgrel=1
pkgdesc="Frontend for ClamAV antivirus."
url="www.clamav.net"
source=(http://osdn.dl.sourceforge.net/sourceforge/klamav/$pkgname-$pkgver.tar.bz2)
md5sums=('2ba07a71e080107a1b374d6095206a21')

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr --build=i686
  make || return 1
  make prefix=$startdir/pkg/usr install
}

Offline

#2 2004-10-14 20:35:47

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: KlamAV PKGBUILD

who needs AV software on linux (yet), heh

Offline

#3 2004-10-14 20:53:15

b0uncer
Member
Registered: 2004-10-14
Posts: 14

Re: KlamAV PKGBUILD

well because you never know smile and it's nice to tell everybody that your AV scan hasn't found viruses for years wink

Offline

#4 2004-10-14 21:37:50

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: KlamAV PKGBUILD

phrakture wrote:

who needs AV software on linux (yet), heh

scan network shares from windows machines is the only use i would think of


The impossible missions are the only ones which succeed.

Offline

Board footer

Powered by FluxBB