wok diff wput/receipt @ rev 19010
busybox/fbvnc: wheelmouse support (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Mar 28 18:51:16 2016 +0200 (2016-03-28) |
parents | 2a21689b0af7 |
children | a0fe56fb9c41 |
line diff
1.1 --- a/wput/receipt Thu Oct 03 09:52:57 2013 +0000 1.2 +++ b/wput/receipt Mon Mar 28 18:51:16 2016 +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 }