File rzr.specs of Package rzr
BuildRequires: gcc
Name: rzr
License: GNU General Public License (GPL) - all versions
URL: http://rzr.online.fr/q/build
Group: Utils
Version: 0.0.20080813
Release: 1
Summary: rzr test, kernel build
Packager: Philippe Coval <rzr@users.sf.net>
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: rzr-%{version}.tar.gz
%build
make
%install
make DESTDIR=%{buildroot} install
%clean
make clean