wok diff pure-ftpd/receipt @ rev 15309

lm-sensors: remove a wrong error trigger
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Sep 27 15:02:39 2013 +0000 (2013-09-27)
parents 981962641fe2
children bf4a09ef1d2e
line diff
     1.1 --- a/pure-ftpd/receipt	Tue Dec 06 18:45:06 2011 +0000
     1.2 +++ b/pure-ftpd/receipt	Fri Sep 27 15:02:39 2013 +0000
     1.3 @@ -5,19 +5,23 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="A secure FTP daemon"
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 -DEPENDS="attr libcap"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.9  WEB_SITE="http://www.pureftpd.org/project/pure-ftpd"
    1.10  WGET_URL="http://download.pureftpd.org/pub/pure-ftpd/releases/$TARBALL"
    1.11  HANDBOOK_URL="http://www.pureftpd.org/project/pure-ftpd/doc"
    1.12  
    1.13 +DEPENDS="attr libcap libssl"
    1.14 +BUILD_DEPENDS="openssl-dev"
    1.15 +
    1.16  # Rules to configure and make the package.
    1.17  compile_rules()
    1.18  {
    1.19  	cd $src
    1.20 -	./configure --prefix=/usr --without-pam $CONFIGURE_ARGS &&
    1.21 -	make &&
    1.22 -	make DESTDIR=$DESTDIR install
    1.23 +	./configure --prefix=/usr \
    1.24 +		--without-pam \
    1.25 +		--with-puredb \
    1.26 +		--with-extauth \
    1.27 +		$CONFIGURE_ARGS && make && make install
    1.28  }
    1.29  
    1.30  # Rules to gen a SliTaz package suitable for Tazpkg.