package created using the webbuild interface [release 3.2.5-1mamba;Mon Jan 25 2016]

This commit is contained in:
Silvan Calarco 2024-01-06 07:33:32 +01:00
parent 23fffd3611
commit c13c2ebc8b
2 changed files with 58 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# ncftp
NcFTP is a free set of programs that use the File Transfer Protocol.

56
ncftp.spec Normal file
View File

@ -0,0 +1,56 @@
Name: ncftp
Version: 3.2.5
Release: 1mamba
Summary: A free set of programs that use the File Transfer Protocol
Group: Applications/Netowrking
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.ncftp.com/
Source: ftp://ftp.ncftp.com/ncftp/ncftp-%{version}-src.tar.bz2
License: Clarified Artistic License
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libncurses-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
NcFTP is a free set of programs that use the File Transfer Protocol.
%debug_package
%prep
%setup -q
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_bindir}/ncftp
%{_bindir}/ncftpbatch
%{_bindir}/ncftpbookmarks
%{_bindir}/ncftpget
%{_bindir}/ncftpls
%{_bindir}/ncftpput
%{_bindir}/ncftpspooler
%{_mandir}/man1/ncftp.1.gz
%{_mandir}/man1/ncftpbatch.1.gz
%{_mandir}/man1/ncftpget.1.gz
%{_mandir}/man1/ncftpls.1.gz
%{_mandir}/man1/ncftpput.1.gz
%{_mandir}/man1/ncftpspooler.1.gz
%doc doc/LICENSE.txt
%changelog
* Mon Jan 25 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 3.2.5-1mamba
- package created using the webbuild interface