File Prozilla.spec of Package prozilla

Name:           prozilla
Version:        2.0.4
Release:        1
License:        GPL
Source:         %{name}-%{version}.tar.gz
Patch0:         prozilla-download_win.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  gcc-c++ libtool ncurses-devel ncurses autoconf automake
Group:          Applications/Internet
Summary:        An advanced Linux download manager
Packager:       Mauro Parra-Miranda <mauro@novell.com>

%description
ProZilla is a download acellerator program written for Linux to speed up the
normal file download process. It often gives speed increases of around 200% to
300%. It supports both FTP and HTTP protocols, and the theory behind it is
very simple. The program opens multiple connections to a server, and each of
the connections downloads a part of the file, thus defeating existing internet
congestion prevention methods which slow down a single connection based download.

%prep
%setup -q

%patch0 -p1

%build
./configure --prefix=/usr --libdir=%{_libdir} --mandir=%{_mandir} --sysconfdir=%{_sysconfdir}
make


%install
make install DESTDIR=$RPM_BUILD_ROOT

%clean
rm -rf "$RPM_BUILD_ROOT"

%files
%defattr(-,root,root)
%{_bindir}
%{_datadir}
%{_mandir}
%{_libdir}
%{_includedir}
%doc README COPYING AUTHORS ChangeLog docs/FAQ
#/usr/include/prozilla/*
#/usr/lib/*
#/usr/lib64/*
openSUSE Build Service is sponsored by