wok-next diff wput/receipt @ rev 19153
udisks2: mount to "/media/", Up slitaz-tools*(978)
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Mon May 23 23:30:37 2016 +0300 (2016-05-23) |
parents | 2a21689b0af7 |
children | c4e53a39395a |
line diff
1.1 --- a/wput/receipt Thu Oct 03 09:52:57 2013 +0000 1.2 +++ b/wput/receipt Mon May 23 23:30:37 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 }