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

freetype: add freetype-config
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 28 09:23:39 2020 +0100 (2020-01-28)
parents 6135577f4d08
children db5ff6244742
line diff
     1.1 --- a/pure-ftpd-pam/receipt	Sat Jan 26 12:26:47 2019 +0100
     1.2 +++ b/pure-ftpd-pam/receipt	Tue Jan 28 09:23:39 2020 +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.35"
     1.8 +VERSION="1.0.48"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="A secure FTP daemon using PAM"
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12 @@ -12,13 +12,12 @@
    1.13  WGET_URL="http://download.pureftpd.org/pub/pure-ftpd/releases/$TARBALL"
    1.14  PROVIDE="pure-ftpd:pam"
    1.15  
    1.16 -DEPENDS="pam attr libcap"
    1.17 -BUILD_DEPENDS="pam pam-dev"
    1.18 +DEPENDS="pam attr libcap libssl"
    1.19 +BUILD_DEPENDS="pam pam-dev openssl-dev"
    1.20  
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()
    1.23  {
    1.24 -	cd $src
    1.25  	./configure --prefix=/usr --with-pam $CONFIGURE_ARGS &&
    1.26  	make &&
    1.27  	make DESTDIR=$DESTDIR install
    1.28 @@ -39,7 +38,4 @@
    1.29  	echo -e "\nTo starts $PACKAGE server you can run :\n"
    1.30  	echo "/etc/init.d/$PACKAGE start"
    1.31  	echo -e "Or add $PACKAGE to RUN_DAEMONS in /etc/rcS.conf\n"
    1.32 -	echo ""
    1.33 -	echo "You may install pure-ftpd-extras package to get pure-config.pl "
    1.34 -	echo " pure-config.py facilities."
    1.35  }