# ftpssl/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. The source tarball used by this package has been renamed. #--------------------------------------------------------------------- 2. Presently, the source tarball that's used for this package is an- cient (it dates back to 2004). However, as of mid-2007, it was the la- test known official release. #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.12 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.00 hours (or 000.12 minutes) - HP EliteBook 8560w 32GB RAM 00.00 hours (or 000.12 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.01 hours (or 000.47 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] configure = default exepack = yes license = Modified BSD (see "license.txt" under installed tree) setpaths = libressl tmpsize = 2M unpack = relaxed #--------------------------------------------------------------------- [depends] libressl ncurses readline #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin DOCDIR=$PKGDIR_PROD/doc MANDIR1=$PKGDIR_PROD/man/man1 MANDIR5=$PKGDIR_PROD/man/man5 mkdir -p $BINDIR $DOCDIR $MANDIR1 $MANDIR5 make make install cp -p $PKGDIR_SPECIAL/license.txt $DOCDIR/ cd $BINDIR ln -s ftp ftpssl #--------------------------------------------------------------------- # Original URLs. These URLs were valid at one point, but may have died # since then. If you download newer versions of tarballs [etc.], don't # delete the original versions, as you may not be able to replace # them. [urls] url_debian = http://packages.debian.org/unstable/source/\ netkit-ftp-ssl url_debian_pool = http://ftp.debian.org/debian/pool/main/n/\ netkit-ftp-ssl/ url_home = n/a url_lfs = n/a url_tarball = http://ftp.debian.org/debian/pool/main/n/\ netkit-ftp-ssl/netkit-ftp-ssl_0.17.12+0.2.orig.tar.gz #--------------------------------------------------------------------- [about] "ftpssl" is similar to the standard FTP client, and it works with nor- mal FTP servers, but it also supports SSL authentication and encrypt- ion. It checks to see if the other side also supports SSL, and if not, it falls back to the normal FTP protocol.