wok diff ndiswrapper-utils/receipt @ rev 24040

Up zstd (1.4.9)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Apr 13 17:03:24 2021 +0000 (2021-04-13)
parents 20661c276bcf
children 25d5b5a73d2e
line diff
     1.1 --- a/ndiswrapper-utils/receipt	Sun Jan 27 17:42:10 2019 +0100
     1.2 +++ b/ndiswrapper-utils/receipt	Tue Apr 13 17:03:24 2021 +0000
     1.3 @@ -1,24 +1,25 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="ndiswrapper-utils"
     1.7 -VERSION="1.61"
     1.8 +VERSION="1.62"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="ndiswrapper utilities."
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12  LICENSE="GPL"
    1.13 +WEB_SITE="https://sourceforge.net/projects/ndiswrapper"
    1.14 +
    1.15  SOURCE="ndiswrapper"
    1.16 +DEPENDS="ndiswrapper-driver perl"
    1.17  WANTED="ndiswrapper-driver"
    1.18 -WEB_SITE="http://ndiswrapper.sourceforge.net/"
    1.19 -
    1.20 -DEPENDS="ndiswrapper-driver perl"
    1.21  
    1.22  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.23  genpkg_rules()
    1.24  {
    1.25 -	
    1.26 -	mkdir -p $fs/usr/sbin $fs/sbin 
    1.27 +	mkdir -p $fs/usr/sbin
    1.28  	
    1.29  	# Install utilities	
    1.30 -	install -o root -m 755 $src/utils/ndiswrapper $fs/usr/sbin/
    1.31 -	install -o root -m 755 $src/utils/ndiswrapper-buginfo $fs/usr/sbin/
    1.32 +	install -o root -m 755 $src/utils/ndiswrapper \
    1.33 +		$fs/usr/sbin/
    1.34 +	install -o root -m 755 $src/utils/ndiswrapper-buginfo \
    1.35 +		$fs/usr/sbin/
    1.36  }