wok-6.x diff squid/receipt @ rev 1673
Add perl-html-entities
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Nov 08 13:57:29 2008 +0000 (2008-11-08) |
parents | 4784eb863cc5 |
children | bd6010223726 |
line diff
1.1 --- a/squid/receipt Wed Aug 13 07:40:55 2008 +0000 1.2 +++ b/squid/receipt Sat Nov 08 13:57:29 2008 +0000 1.3 @@ -10,6 +10,7 @@ 1.4 WGET_URL="${WEB_SITE}Versions/v3/3.0/$TARBALL" 1.5 CONFIG_FILES="/etc/squid" 1.6 #DEPENDS="iptables" 1.7 +BUILD_DEPENDS="perl" 1.8 1.9 # Rules to configure and make the package. 1.10 compile_rules() 1.11 @@ -17,8 +18,8 @@ 1.12 cd $src 1.13 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.14 --sysconfdir=/etc/squid --localstatedir=/var \ 1.15 - --mandir=/usr/share/man $CONFIGURE_ARGS 1.16 - make 1.17 + --mandir=/usr/share/man $CONFIGURE_ARGS && 1.18 + make && 1.19 make DESTDIR=$PWD/_pkg install 1.20 } 1.21