summaryrefslogtreecommitdiffstats
path: root/clamav
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2009-03-24 12:01:57 +0000
committer Eric Hameleers <alien@slackware.com>2009-03-24 12:01:57 +0000
commitfec2b02bb3c7992c5ee41900cda4806f58e94094 (patch)
tree53132e37b6a127238ebe753f916739de929f29c2 /clamav
parent48f462ed76c84bf1552480fc3d0795d60673c75a (diff)
downloadasb-fec2b02bb3c7992c5ee41900cda4806f58e94094.tar.gz
asb-fec2b02bb3c7992c5ee41900cda4806f58e94094.tar.xz
Update to 0.95
Diffstat (limited to 'clamav')
-rwxr-xr-xclamav/build/clamav.SlackBuild13
1 files changed, 5 insertions, 8 deletions
diff --git a/clamav/build/clamav.SlackBuild b/clamav/build/clamav.SlackBuild
index 6d41cefc..111ad53b 100755
--- a/clamav/build/clamav.SlackBuild
+++ b/clamav/build/clamav.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright (c) 2006 Eric Hameleers <alien@sox.homeip.net>
+# Copyright 2006-2009 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -113,8 +113,10 @@
# * New release.
# 0.94.2-1: 28/nov/2008 by Eric Hameleers
# * New release.
+# 0.95-1: 24/mar/2009 by Eric Hameleers
+# * New release.
#
-# Run 'sh clamav.SlackBuild --cleanup' to build a Slackware package.
+# Run 'sh clamav.SlackBuild' to build a Slackware package.
# The package (.tgz) plus descriptive .txt file are created in /tmp .
# Install using 'installpkg'.
#
@@ -123,7 +125,7 @@
# Set initial variables:
PRGNAM=clamav
-VERSION=${VERSION:-"0.94.2"}
+VERSION=${VERSION:-"0.95"}
ARCH=${ARCH:-"i486"}
BUILD=${BUILD:-1}
TAG=${TAG:-alien}
@@ -377,8 +379,3 @@ md5sum $PRGNAM-$VERSION-$ARCH-${BUILD}${TAG}.tgz > $PRGNAM-$VERSION-$ARCH-${BUIL
cd -
cat $PKG/install/slack-desc | grep "^${PRGNAM}" > $OUTPUT/$PRGNAM-$VERSION-$ARCH-${BUILD}${TAG}.txt
-# Cleanup:
-if [ "$P1" = "--cleanup" ]; then
- rm -rf $TMP/tmp-$PRGNAM
- rm -rf $PKG
-fi