wok diff pure-ftpd-pam/receipt @ rev 25175

updated python-cryptography (2.7 -> 2.8)
author Hans-G?nter Theisgen
date Fri Jul 01 17:39:11 2022 +0100 (24 months ago)
parents bd7510903310
children
line diff
     1.1 --- a/pure-ftpd-pam/receipt	Sun May 01 08:42:44 2022 +0000
     1.2 +++ b/pure-ftpd-pam/receipt	Fri Jul 01 17:39:11 2022 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="pure-ftpd-pam"
     1.7 -VERSION="1.0.49"
     1.8 +VERSION="1.0.51"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="A secure FTP daemon using PAM."
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12 @@ -31,19 +31,18 @@
    1.13  		--with-pam	\
    1.14  		$CONFIGURE_ARGS &&
    1.15  	make &&
    1.16 -	make DESTDIR=$DESTDIR install
    1.17 +	make install DESTDIR=$DESTDIR
    1.18  }
    1.19  
    1.20  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.21  genpkg_rules()
    1.22  {
    1.23 -	mkdir -p $fs/usr
    1.24  	mkdir -p $fs/etc/init.d
    1.25  
    1.26 -	cp -a $install/usr/bin	$fs/usr
    1.27 -	cp -a $install/usr/sbin	$fs/usr
    1.28  	install -g root -o root -m 0755 $WOK/$SOURCE/stuff/pure-ftpd \
    1.29 -				$fs/etc/init.d
    1.30 +					$fs/etc/init.d
    1.31 +	cook_copy_folders	bin
    1.32 +	cook_copy_folders	sbin
    1.33  }
    1.34  
    1.35  post_install()