Summary: Single-threaded FTP daemon Name: betaftpd Version: 0.0.8pre17 Release: 1 Source0: http://betaftpd.sourceforge.net/downloads/betaftpd-%{version}.tar.gz Group: Daemons/FTP Provides: betaftpd Copyright: GPL Buildroot: %{_tmppath}/%{name}-%{version} %description BetaFTPD is a single-threaded FTP daemon. The single-threadedness makes it faster than most other FTP daemons (contrary to common belief), and makes it extremely light on memory. Although it lacks a few functions (which you probably won't miss), the current version is very small and has a decent amount of functionality. BetaFTPD is built on the concept of heavy code reuse, which should hopefully make it easier for other programmers to contribute. %prep %setup -q %build ./configure --enable-xferlog --enable-ascii --enable-fork --enable-upload --enable-dcache --enable-message --enable-shadow --with-linux-sendfile make %install rm -rf %{buildroot} mkdir -p %{buildroot}/usr/sbin install -s -m 755 betaftpd %{buildroot}/usr/sbin %clean rm -rf %{buildroot} %files /usr/sbin/betaftpd %changelog * Wed Aug 30 2000 Steinar H. Gunderson - gave --with-linux-sendfile to configure (see main ChangeLog for rationale) * Thu Aug 17 2000 Steinar H. Gunderson - added some flags to configure that the average user would expect - increased version number again - moved executable from /usr/bin to /usr/sbin * Wed Aug 16 2000 Steinar H. Gunderson - included file with BetaFTPD distribution - changed version number - changed URL to point to SourceForge instead of xoom.com * Wed Apr 5 2000 Sean MacLennan - created initial spec file