wok diff lzo/receipt @ rev 16495
Add python-smbus (from i2c-tools) + python-rpi-gpio to handle R-Pi gpio
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Apr 23 16:32:16 2014 +0200 (2014-04-23) |
parents | 2a5cc8208d36 |
children | 2c07945763bf |
line diff
1.1 --- a/lzo/receipt Sun Oct 20 22:08:25 2013 +0000 1.2 +++ b/lzo/receipt Wed Apr 23 16:32:16 2014 +0200 1.3 @@ -9,13 +9,14 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WEB_SITE="http://www.oberhumer.com/opensource/lzo/download/" 1.6 WGET_URL="http://www.oberhumer.com/opensource/lzo/download/$TARBALL" 1.7 +HOST_ARCH="i486 arm" 1.8 1.9 # Rules to configure and make the package. 1.10 compile_rules() 1.11 { 1.12 - cd $src 1.13 ./configure \ 1.14 - --enable-shared $CONFIGURE_ARGS && 1.15 + --enable-shared \ 1.16 + $CONFIGURE_ARGS && 1.17 make && make install 1.18 } 1.19