wok-6.x rev 11635
pure-ftpd: add SSL & puredb suport
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Thu Feb 02 23:13:04 2012 +0100 (2012-02-02) |
parents | 007e04297a32 |
children | d3e2598e8d3f |
files | pure-ftpd/receipt |
line diff
1.1 --- a/pure-ftpd/receipt Thu Feb 02 16:42:58 2012 +0100 1.2 +++ b/pure-ftpd/receipt Thu Feb 02 23:13:04 2012 +0100 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.