Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37741868
en ru br
ALT Linux repos
5.0: 2.1-alt0.1
4.1: 2.1-alt0.1

Group :: System/Servers
RPM: bftpd

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name:      bftpd
Version:   2.1
Release:   alt0.1
Summary:   A small, fast and easy-to-configure FTP server.
License:   GPL
Group:     System/Servers
URL:       http://bftpd.sourceforge.net/
Source0:   http://bftpd.sourceforge.net/downloads/rpm/%{name}-%{version}.tar.gz
Patch1:    bftpd-makefile-install.patch

%description
A very configurable small FTP server
bftpd is a easy-to-configure and small FTP server that supports chroot
without special directory preparation or configuration. Most FTP commands
are supported.

%prep
%setup -n %name
%patch1
%__autoreconf

%build
%configure
%make

%install
%makeinstall
mkdir -p %buildroot/%_var/run/bftpd

%files
%defattr(-,root,root)
%attr(600,root,root) %config(noreplace) %_sysconfdir/bftpd.conf
%attr(700,root,root) %_sbindir/bftpd
%_man8dir/*
%_var/run/bftpd

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin