wok-next diff tor/receipt @ rev 16583
Fix python-rpi-adafruit PACKAGE name
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun May 04 05:46:01 2014 +0200 (2014-05-04) |
parents | 23c3aed67cd9 |
children | c2ccc297128f |
line diff
1.1 --- a/tor/receipt Thu Dec 05 20:23:08 2013 +0000 1.2 +++ b/tor/receipt Sun May 04 05:46:01 2014 +0200 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