From fec2b02bb3c7992c5ee41900cda4806f58e94094 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Tue, 24 Mar 2009 12:01:57 +0000 Subject: Update to 0.95 --- clamav/build/clamav.SlackBuild | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'clamav') 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 +# 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 -- cgit v1.2.3-65-gdbad