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