wok-4.x diff tor/receipt @ rev 10857
Up: slitaz-boot-scripts (4.5) - Bug fixes and ready for RC
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue Jun 14 21:15:16 2011 +0200 (2011-06-14) |
parents | c1ef7adc7240 |
children | cc10ca2a108d |
line diff
1.1 --- a/tor/receipt Fri May 20 05:23:34 2011 +0000 1.2 +++ b/tor/receipt Tue Jun 14 21:15:16 2011 +0200 1.3 @@ -9,15 +9,14 @@ 1.4 WEB_SITE="http://www.torproject.org/" 1.5 WGET_URL="https://www.torproject.org/dist/$TARBALL" 1.6 1.7 -DEPENDS="libevent libssl zlib" 1.8 -BUILD_DEPENDS="wget libevent-dev openssl-dev zlib-dev " 1.9 +DEPENDS="libevent libssl" 1.10 +BUILD_DEPENDS="wget libevent-dev openssl-dev" 1.11 1.12 # Rules to configure and make the package. 1.13 compile_rules() 1.14 { 1.15 cd $src 1.16 - ./configure --sysconfdir=/etc && 1.17 - $CONFIGURE_ARGS && 1.18 + ./configure $CONFIGURE_ARGS --sysconfdir=/etc && 1.19 make && make install 1.20 } 1.21