wok-6.x diff wput/receipt @ rev 19413
Up firefox-official (49.0.1)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Sep 24 15:30:02 2016 +0300 (2016-09-24) |
parents | 2a21689b0af7 |
children | a0fe56fb9c41 |
line diff
1.1 --- a/wput/receipt Thu Oct 03 09:52:57 2013 +0000 1.2 +++ b/wput/receipt Sat Sep 24 15:30:02 2016 +0300 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 }