# HG changeset patch # User Christophe Lincoln # Date 1306285958 -7200 # Node ID d92c3e710230abd9d5f9e27747a4baa35368a833 # Parent 9ce1eedbdea68d9468b48fe5c47553e0c3c3706e squidclamav: fix bdeps (missing curl-dev) diff -r 9ce1eedbdea6 -r d92c3e710230 squidclamav/receipt --- a/squidclamav/receipt Wed May 25 03:08:25 2011 +0200 +++ b/squidclamav/receipt Wed May 25 03:12:38 2011 +0200 @@ -8,18 +8,20 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://squidclamav.darold.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" -DEPENDS="squid" CONFIG_FILES="/etc/squidclamav.conf" +DEPENDS="squid libcurl" +BUILD_DEPENDS="curl-dev" + # Rules to configure and make the package. compile_rules() { cd $src - ./configure --prefix=/usr --libexecdir=/usr/lib \ - --mandir=/usr/share/man \ + ./configure \ + --prefix=/usr \ + --libexecdir=/usr/lib \ $CONFIGURE_ARGS && - make && - make DESTDIR=$DESTDIR install + make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg.