# HG changeset patch # User Eric Joseph-Alexandre # Date 1328220784 -3600 # Node ID 30dce14800a5ffaa6878841fce77c2242a050006 # Parent 007e04297a32d2fbb7143b6134955d06bb0dae59 pure-ftpd: add SSL & puredb suport diff -r 007e04297a32 -r 30dce14800a5 pure-ftpd/receipt --- a/pure-ftpd/receipt Thu Feb 02 16:42:58 2012 +0100 +++ b/pure-ftpd/receipt Thu Feb 02 23:13:04 2012 +0100 @@ -5,19 +5,23 @@ CATEGORY="network" SHORT_DESC="A secure FTP daemon" MAINTAINER="erjo@slitaz.org" -DEPENDS="attr libcap" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.pureftpd.org/project/pure-ftpd" WGET_URL="http://download.pureftpd.org/pub/pure-ftpd/releases/$TARBALL" HANDBOOK_URL="http://www.pureftpd.org/project/pure-ftpd/doc" +DEPENDS="attr libcap libssl" +BUILD_DEPENDS="openssl-dev" + # Rules to configure and make the package. compile_rules() { cd $src - ./configure --prefix=/usr --without-pam $CONFIGURE_ARGS && - make && - make DESTDIR=$DESTDIR install + ./configure --prefix=/usr \ + --without-pam \ + --with-puredb \ + --with-extauth \ + $CONFIGURE_ARGS && make && make install } # Rules to gen a SliTaz package suitable for Tazpkg.