wok-stable rev 11358

Up: pure-ftpd to 1.0.35.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Dec 06 18:45:06 2011 +0000 (2011-12-06)
parents a8d8d895ebe7
children 0e5a7df3d92f
files pure-ftpd-extras/receipt pure-ftpd-pam/receipt pure-ftpd/receipt
line diff
     1.1 --- a/pure-ftpd-extras/receipt	Fri Dec 02 08:58:43 2011 +0100
     1.2 +++ b/pure-ftpd-extras/receipt	Tue Dec 06 18:45:06 2011 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="pure-ftpd-extras"
     1.7 -VERSION="1.0.31"
     1.8 +VERSION="1.0.35"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="A secure FTP daemon extras files"
    1.11  MAINTAINER="erjo@slitaz.org"
     2.1 --- a/pure-ftpd-pam/receipt	Fri Dec 02 08:58:43 2011 +0100
     2.2 +++ b/pure-ftpd-pam/receipt	Tue Dec 06 18:45:06 2011 +0000
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="pure-ftpd-pam"
     2.7 -VERSION="1.0.31"
     2.8 +VERSION="1.0.35"
     2.9  CATEGORY="network"
    2.10  SHORT_DESC="A secure FTP daemon using PAM"
    2.11  MAINTAINER="erjo@slitaz.org"
    2.12 @@ -19,7 +19,7 @@
    2.13  	cd $src
    2.14  	./configure --prefix=/usr --with-pam $CONFIGURE_ARGS &&
    2.15  	make &&
    2.16 -	make DESTDIR=$PWD/_pkg install
    2.17 +	make DESTDIR=$DESTDIR install
    2.18  }
    2.19  
    2.20  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.21 @@ -28,17 +28,16 @@
    2.22  	mkdir -p $fs/usr $fs/etc/init.d
    2.23  	cp -a $_pkg/usr/bin $fs/usr
    2.24  	cp -a $_pkg/usr/sbin $fs/usr
    2.25 -	install -g root -o root -m 0755 ../$SOURCE/stuff/pure-ftpd $fs/etc/init.d
    2.26 +	install -g root -o root -m 0755 $WOK/$SOURCE/stuff/pure-ftpd $fs/etc/init.d
    2.27  }
    2.28  
    2.29  post_install()
    2.30  {
    2.31  	echo ""
    2.32  	echo -e "\nTo starts $PACKAGE server you can run :\n"
    2.33 -    echo "/etc/init.d/$PACKAGE start"
    2.34 -    echo -e "Or add $PACKAGE to RUN_DAEMONS in /etc/rcS.conf\n"
    2.35 +	echo "/etc/init.d/$PACKAGE start"
    2.36 +	echo -e "Or add $PACKAGE to RUN_DAEMONS in /etc/rcS.conf\n"
    2.37  	echo ""
    2.38  	echo "You may install pure-ftpd-extras package to get pure-config.pl "
    2.39  	echo " pure-config.py facilities."
    2.40 -	
    2.41  }
     3.1 --- a/pure-ftpd/receipt	Fri Dec 02 08:58:43 2011 +0100
     3.2 +++ b/pure-ftpd/receipt	Tue Dec 06 18:45:06 2011 +0000
     3.3 @@ -1,7 +1,7 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="pure-ftpd"
     3.7 -VERSION="1.0.31"
     3.8 +VERSION="1.0.35"
     3.9  CATEGORY="network"
    3.10  SHORT_DESC="A secure FTP daemon"
    3.11  MAINTAINER="erjo@slitaz.org"
    3.12 @@ -17,7 +17,7 @@
    3.13  	cd $src
    3.14  	./configure --prefix=/usr --without-pam $CONFIGURE_ARGS &&
    3.15  	make &&
    3.16 -	make DESTDIR=$PWD/_pkg install
    3.17 +	make DESTDIR=$DESTDIR install
    3.18  }
    3.19  
    3.20  # Rules to gen a SliTaz package suitable for Tazpkg.
    3.21 @@ -26,17 +26,16 @@
    3.22  	mkdir -p $fs/usr $fs/etc/init.d
    3.23  	cp -a $_pkg/usr/bin $fs/usr
    3.24  	cp -a $_pkg/usr/sbin $fs/usr
    3.25 -	install -g root -o root -m 0755 stuff/pure-ftpd $fs/etc/init.d
    3.26 +	install -g root -o root -m 0755 $stuff/pure-ftpd $fs/etc/init.d
    3.27  }
    3.28  
    3.29  post_install()
    3.30  {
    3.31  	echo ""
    3.32  	echo -e "\nTo starts $PACKAGE server you can run :\n"
    3.33 -    echo "/etc/init.d/$PACKAGE start"
    3.34 -    echo -e "Or add $PACKAGE to RUN_DAEMONS in /etc/rcS.conf\n"
    3.35 +	echo "/etc/init.d/$PACKAGE start"
    3.36 +	echo -e "Or add $PACKAGE to RUN_DAEMONS in /etc/rcS.conf\n"
    3.37  	echo ""
    3.38  	echo "You may install pure-ftpd-extras package to get pure-config.pl "
    3.39  	echo " pure-config.py facilities."
    3.40 -	
    3.41  }