Sophie

Sophie

distrib > Mandriva > current > x86_64 > by-pkgid > 8693c828f9437c390772165c65f24105 > files > 3

ninvaders-0.1.1-1mdv2010.2.src.rpm

Name:		ninvaders
Version:	0.1.1
Release:	%mkrel 1
Summary:	Space Invaders clone written in ncurses for cli gaming
Group:		Games/Arcade
License:	GPLv2+
URL:		http://ninvaders.sourceforge.net/
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Patch0:		ninvaders-0.1.1-add-debuginfo.patch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}
BuildRequires:	ncurses-devel

%description
Ever wanted to place space invaders when you can't find a GUI? Now you can!
ninvaders is a ncurses based space invaders clone to play from the command
line.

%prep
%setup -q
%patch0 -p0

%build
%make

%install
%__rm -rf %{buildroot}
%__mkdir_p %{buildroot}%{_bindir}
%__install -c -m0755 nInvaders %{buildroot}%{_bindir}/ninvaders

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc ChangeLog README gpl.txt
%{_bindir}/ninvaders



%changelog
* Fri Dec 23 2011 Andrey Bondrov <abondrov@mandriva.org> 0.1.1-1mdv2010.1
+ Revision: 744857
- imported package ninvaders