diff --git a/README.md b/README.md index b080e43..37fd9e1 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # ncftp +NcFTP is a free set of programs that use the File Transfer Protocol. + diff --git a/ncftp.spec b/ncftp.spec new file mode 100644 index 0000000..5e0188a --- /dev/null +++ b/ncftp.spec @@ -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 +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 3.2.5-1mamba +- package created using the webbuild interface