wok-next diff lrzsz/receipt @ rev 21612

updated e3 (2.8 -> 2.82)
author Hans-G?nter Theisgen
date Thu Jun 25 10:20:43 2020 +0100 (2020-06-25)
parents a3c581bf52b8
children
line diff
     1.1 --- a/lrzsz/receipt	Fri Aug 10 12:53:17 2018 +0300
     1.2 +++ b/lrzsz/receipt	Thu Jun 25 10:20:43 2020 +0100
     1.3 @@ -3,26 +3,22 @@
     1.4  PACKAGE="lrzsz"
     1.5  VERSION="0.12.20"
     1.6  CATEGORY="network"
     1.7 -SHORT_DESC="free x/y/zmodem implementation"
     1.8 +SHORT_DESC="Free x/y/zmodem implementation"
     1.9  MAINTAINER="pascal.bellard@slitaz.org"
    1.10  LICENSE="GPL2"
    1.11 +WEB_SITE="https://ohse.de/uwe/software/lrzsz.html"
    1.12 +
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14 -WEB_SITE="https://ohse.de/uwe/software/lrzsz.html"
    1.15  WGET_URL="https://ohse.de/uwe/releases/$TARBALL"
    1.16  
    1.17 -BUILD_DEPENDS="wget"
    1.18 -
    1.19 -# Rules to configure and make the package.
    1.20 -compile_rules()
    1.21 -{
    1.22 -	./configure --prefix=/usr $CONFIGURE_ARGS &&
    1.23 +compile_rules() {
    1.24 +	./configure \
    1.25 +		--prefix=/usr \
    1.26 +		$CONFIGURE_ARGS &&
    1.27  	make &&
    1.28 -	make -j 1 DESTDIR=$DESTDIR install
    1.29 +	make -j1 DESTDIR=$install install
    1.30  }
    1.31  
    1.32 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.33 -genpkg_rules()
    1.34 -{
    1.35 -	mkdir -p $fs/usr
    1.36 -	cp -a $install/usr/bin $fs/usr
    1.37 +genpkg_rules() {
    1.38 +	copy @std
    1.39  }