wok diff pure-ftpd/receipt @ rev 21207

Up pure-ftpd (1.0.48)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 08 19:08:56 2019 +0200 (2019-04-08)
parents 6135577f4d08
children db5ff6244742
line diff
     1.1 --- a/pure-ftpd/receipt	Sat Jan 26 12:26:47 2019 +0100
     1.2 +++ b/pure-ftpd/receipt	Mon Apr 08 19:08:56 2019 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="pure-ftpd"
     1.7 -VERSION="1.0.35"
     1.8 +VERSION="1.0.48"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="A secure FTP daemon"
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12 @@ -17,7 +17,6 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	cd $src
    1.17  	./configure --prefix=/usr \
    1.18  		--without-pam \
    1.19  		--with-puredb \
    1.20 @@ -40,7 +39,4 @@
    1.21  	echo -e "\nTo starts $PACKAGE server you can run :\n"
    1.22  	echo "/etc/init.d/$PACKAGE start"
    1.23  	echo -e "Or add $PACKAGE to RUN_DAEMONS in /etc/rcS.conf\n"
    1.24 -	echo ""
    1.25 -	echo "You may install pure-ftpd-extras package to get pure-config.pl "
    1.26 -	echo " pure-config.py facilities."
    1.27  }