wok rev 10662

tor: fix receipt (also need CONFIGURE_ARGS at first)
author Christophe Lincoln <pankso@slitaz.org>
date Fri May 27 08:29:16 2011 +0200 (2011-05-27)
parents 4504f2aeb11e
children 79f3a70dc4b8
files tor/receipt
line diff
     1.1 --- a/tor/receipt	Fri May 27 02:12:15 2011 +0000
     1.2 +++ b/tor/receipt	Fri May 27 08:29: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