wok diff tor/receipt @ rev 16418
rdesktop: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Apr 17 15:25:21 2014 +0000 (2014-04-17) |
parents | 23c3aed67cd9 |
children | c2ccc297128f |
line diff
1.1 --- a/tor/receipt Thu Dec 05 20:23:08 2013 +0000 1.2 +++ b/tor/receipt Thu Apr 17 15:25:21 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