wok rev 10444

squidclamav: fix bdeps (missing curl-dev)
author Christophe Lincoln <pankso@slitaz.org>
date Wed May 25 03:12:38 2011 +0200 (2011-05-25)
parents 9ce1eedbdea6
children 11e3a026e4fd
files squidclamav/receipt
line diff
     1.1 --- a/squidclamav/receipt	Wed May 25 03:08:25 2011 +0200
     1.2 +++ b/squidclamav/receipt	Wed May 25 03:12:38 2011 +0200
     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.