wok diff tor/receipt @ rev 16717

Up tazlito (5.2.2), tazpkg (5.3.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 31 09:39:09 2014 +0000 (2014-05-31)
parents 23c3aed67cd9
children c2ccc297128f
line diff
     1.1 --- a/tor/receipt	Thu Dec 05 20:23:08 2013 +0000
     1.2 +++ b/tor/receipt	Sat May 31 09:39:09 2014 +0000
     1.3 @@ -9,6 +9,7 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://www.torproject.org/"
     1.6  WGET_URL="https://www.torproject.org/dist/$TARBALL"
     1.7 +HOST_ARCH="i486 arm"
     1.8  
     1.9  DEPENDS="libevent libssl"
    1.10  BUILD_DEPENDS="wget libevent-dev openssl-dev"
    1.11 @@ -16,8 +17,9 @@
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()
    1.14  {
    1.15 -	cd $src
    1.16 -	./configure $CONFIGURE_ARGS --sysconfdir=/etc &&
    1.17 +	./configure \
    1.18 +		--sysconfdir=/etc \
    1.19 +		$CONFIGURE_ARGS &&
    1.20  	make && make install
    1.21  }
    1.22