wok-next diff wput/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 1eb4aacb48ed
children
line diff
     1.1 --- a/wput/receipt	Thu Mar 22 04:47:38 2018 +0200
     1.2 +++ b/wput/receipt	Sat Nov 21 14:32:44 2020 +0100
     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() {