wok diff wput/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 | 2a21689b0af7 |
children | a0fe56fb9c41 |
line diff
1.1 --- a/wput/receipt Thu Oct 03 09:52:57 2013 +0000 1.2 +++ b/wput/receipt Wed Apr 23 16:32:16 2014 +0200 1.3 @@ -9,18 +9,17 @@ 1.4 WEB_SITE="http://wput.sourceforge.net/" 1.5 TARBALL="${PACKAGE}-${VERSION}.tgz" 1.6 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.7 - 1.8 -BUILD_DEPENDS="" 1.9 -DEPENDS="" 1.10 +HOST_ARCH="i486 arm" 1.11 1.12 # Rules to configure and make the package. 1.13 compile_rules() 1.14 { 1.15 - cd $src 1.16 sed -i "s|^prefix *=.*|prefix = $DESTDIR/usr|" Makefile.in 1.17 - ./configure --prefix=/usr \ 1.18 + ./configure \ 1.19 + --prefix=/usr \ 1.20 --disable-g-switch \ 1.21 - --without-ssl $CONFIGURE_ARGS && 1.22 + --without-ssl \ 1.23 + $CONFIGURE_ARGS && 1.24 make && 1.25 make DESTDIR=$DESTDIR install 1.26 }