wok-next diff wput/receipt @ rev 21087
Updates...
Revert names: libsdl -> sdl, libsmpeg -> smpeg, libtdb -> tdb
Revert names: libsdl -> sdl, libsmpeg -> smpeg, libtdb -> tdb
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Dec 28 05:11:49 2018 +0200 (2018-12-28) |
parents | 1eb4aacb48ed |
children |
line diff
1.1 --- a/wput/receipt Thu Mar 22 04:47:38 2018 +0200 1.2 +++ b/wput/receipt Fri Dec 28 05:11:49 2018 +0200 1.3 @@ -4,7 +4,7 @@ 1.4 VERSION="0.6.2" 1.5 CATEGORY="network" 1.6 SHORT_DESC="A tiny wget-like ftp-client for uploading files" 1.7 -MAINTAINER="l.lemarinel@gmail.com" 1.8 +MAINTAINER="devel@slitaz.org" 1.9 LICENSE="GPL2" 1.10 WEB_SITE="http://wput.sourceforge.net/" 1.11 1.12 @@ -12,14 +12,14 @@ 1.13 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.14 1.15 compile_rules() { 1.16 - sed -i "s|^prefix *=.*|prefix = $DESTDIR/usr|" Makefile.in 1.17 + sed -i "s|^prefix *=.*|prefix = $install/usr|" Makefile.in 1.18 ./configure \ 1.19 --prefix=/usr \ 1.20 --disable-g-switch \ 1.21 --without-ssl \ 1.22 $CONFIGURE_ARGS && 1.23 make && 1.24 - make DESTDIR=$DESTDIR install 1.25 + make DESTDIR=$install install 1.26 } 1.27 1.28 genpkg_rules() {