wok diff gnu-netcat/receipt @ rev 20423

Update some web_site to https
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 09 12:16:16 2018 +0200 (2018-08-09)
parents 9e01bc6321ea
children 932cd974e081
line diff
     1.1 --- a/gnu-netcat/receipt	Sun Dec 20 15:13:45 2015 +0100
     1.2 +++ b/gnu-netcat/receipt	Thu Aug 09 12:16:16 2018 +0200
     1.3 @@ -16,7 +16,6 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src
     1.8  	./configure --mandir=/usr/share/man \
     1.9  		--infodir=/usr/share/info \
    1.10  		$CONFIGURE_ARGS &&
    1.11 @@ -30,18 +29,7 @@
    1.12  	cp -a $install/usr/bin $fs/usr
    1.13  }
    1.14  
    1.15 -# Pre and post install commands for Tazpkg.
    1.16 -# We must remove all Busybox symlink before installing.
    1.17 -#
    1.18 -pre_install()
    1.19 -{
    1.20 -	echo "Processing pre-install commands..."
    1.21 -	echo -n "Removing all Busybox replaced utils... "
    1.22 -	rm -f "$1/usr/bin/nc"
    1.23 -	status
    1.24 -}
    1.25 -
    1.26  post_remove()
    1.27  {
    1.28  	ln -s /bin/busybox "$1/usr/bin/nc"
    1.29 -}
    1.30 \ No newline at end of file
    1.31 +}