]> git.pld-linux.org Git - packages/astwar.git/blob - astwar.spec
- initial release
[packages/astwar.git] / astwar.spec
1 Summary:        AstWar is a terminal based 2D space shooter.
2 Name:           astwar
3 Version:        0.4.5
4 Release:        1
5 License:        GPL
6 Group:          Applications/Games
7 Source0:        http://freesoftware.fsf.org/download/%{name}/%{name}-%{version}.tar.gz
8 URL:            http://www.freesoftware.fsf.org/%{name}/index.html
9 BuildRequires:  ncurses-devel
10 Requires:       ncurses
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12  
13 %description
14 Astwar is a ncurses based simple space shooter; two little 
15 ships (asterisks), each on one side of the screen, try to 
16 shoot each other. There is network support with several 
17 multiplayer options and user extension with Scheme (via Guile)
18 to program the little ship to do some things automatically are 
19 in the works.
20
21 %prep
22 %setup -q
23
24 %build
25 %configure2_13 
26 %{__make} INCLUDES=-I%{_includedir}/ncurses
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30 %{__make} DESTDIR=$RPM_BUILD_ROOT install
31
32 %clean
33 rm -rf $RPM_BUILD_ROOT
34
35 %files
36 %defattr(644,root,root,755)
37 %attr(755,root,root) %{_bindir}/astwar
38 %doc AUTHORS COPYING ChangeLog README
39 %{_infodir}/*
40 %lang(en) %{_mandir}/man1/*
This page took 0.187802 seconds and 4 git commands to generate.