wok diff squidclamav/receipt @ rev 11473

raptor: raptor-config to rapto-dev
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sat Dec 17 16:26:48 2011 +0100 (2011-12-17)
parents f5432ac821e9
children 30931b9435ce
line diff
     1.1 --- a/squidclamav/receipt	Wed May 18 23:29:36 2011 +0200
     1.2 +++ b/squidclamav/receipt	Sat Dec 17 16:26:48 2011 +0100
     1.3 @@ -8,18 +8,20 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://squidclamav.darold.net/"
     1.6  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
     1.7 -DEPENDS="squid"
     1.8  CONFIG_FILES="/etc/squidclamav.conf"
     1.9  
    1.10 +DEPENDS="squid libcurl"
    1.11 +BUILD_DEPENDS="curl-dev"
    1.12 +
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16  	cd $src
    1.17 -	./configure --prefix=/usr --libexecdir=/usr/lib \
    1.18 -	--mandir=/usr/share/man \
    1.19 +	./configure \
    1.20 +		--prefix=/usr \
    1.21 +		--libexecdir=/usr/lib \
    1.22  	$CONFIGURE_ARGS &&
    1.23 -	make &&
    1.24 -	make DESTDIR=$DESTDIR install
    1.25 +	make && make DESTDIR=$DESTDIR install
    1.26  }
    1.27  
    1.28  # Rules to gen a SliTaz package suitable for Tazpkg.