wok rev 25150

updated proftpd-tls (1.3.6d -> 1.3.7d)
author Hans-G?nter Theisgen
date Wed Jun 29 17:07:59 2022 +0100 (22 months ago)
parents 94c4d1ac52fd
children 1d7f033d70cd
files proftpd-tls/receipt
line diff
     1.1 --- a/proftpd-tls/receipt	Wed Jun 29 16:56:24 2022 +0100
     1.2 +++ b/proftpd-tls/receipt	Wed Jun 29 17:07:59 2022 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="proftpd-tls"
     1.7 -VERSION="1.3.6d"
     1.8 +VERSION="1.3.7d"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Highly configurable FTP server."
    1.11  MAINTAINER="mojo@slitaz.org"
    1.12 @@ -24,15 +24,16 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	./configure				   \
    1.17 -		--prefix=/usr			   \
    1.18 -		--sysconfdir=/etc		   \
    1.19 -		--localstatedir=/var/run	   \
    1.20 -		--mandir=/usr/share/man		   \
    1.21 -		--with-modules=mod_tls		   \
    1.22 +	./configure				\
    1.23 +		--prefix=/usr			\
    1.24 +		--sysconfdir=/etc		\
    1.25 +		--localstatedir=/var/run	\
    1.26 +		--mandir=/usr/share/man		\
    1.27 +		--enable-nls			\
    1.28 +		--with-modules=mod_tls		\
    1.29  		$CONFIGURE_ARGS &&
    1.30  	make &&
    1.31 -	make DESTDIR=$DESTDIR install
    1.32 +	make install DESTDIR=$DESTDIR
    1.33  }
    1.34  
    1.35  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.36 @@ -45,9 +46,9 @@
    1.37  	cp -a $install/usr/bin		$fs/usr
    1.38  	cp -a $install/etc		$fs
    1.39  	install -g root -o root -m 0755 $stuff/protocols \
    1.40 -		$fs/etc         
    1.41 +					$fs/etc         
    1.42  	install -g root -o root -m 0755 $stuff/proftpd \
    1.43 -		$fs/etc/init.d
    1.44 +					$fs/etc/init.d
    1.45  }
    1.46  
    1.47  post_install()