]> git.pld-linux.org Git - packages/astwar.git/blob - astwar.spec
- pl description
[packages/astwar.git] / astwar.spec
1 Summary:        AstWar is a terminal based 2D space shooter
2 Summary(pl):    AstWar to terminalowa strzelanina kosmiczna 2D
3 Name:           astwar
4 Version:        0.4.5
5 Release:        1
6 License:        GPL
7 Group:          Applications/Games
8 Source0:        http://freesoftware.fsf.org/download/%{name}/%{name}-%{version}.tar.gz
9 URL:            http://www.freesoftware.fsf.org/%{name}/index.html
10 BuildRequires:  ncurses-devel
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12  
13 %description
14 Astwar is a ncurses based simple space shooter; two little ships
15 (asterisks), each on one side of the screen, try to shoot each other.
16 There is network support with several multiplayer options and user
17 extension with Scheme (via Guile) to program the little ship to do
18 some things automatically are in the works.
19
20 %description -l pl
21 Astwar to oparta na ncurses prosta strzelanina kosmiczna. Dwa ma³e
22 statki (gwiazdki), ka¿dy z innej strony ekranu, próbuj± siê
23 zastrzeliæ. Gra ma obs³ugê sieci z kilkoma opcjami gry dla wielu
24 graczy i pozwala na rozszerzenia w Scheme (poprzez Guile), aby
25 zaprogramowaæ statek, by robi³ niektóre rzeczy automatycznie.
26
27 %prep
28 %setup -q
29
30 %build
31 %configure2_13 
32 %{__make} INCLUDES=-I/usr/include/ncurses
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36 %{__make} DESTDIR=$RPM_BUILD_ROOT install
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %post
42 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1
43
44 %postun
45 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1
46
47 %files
48 %defattr(644,root,root,755)
49 %attr(755,root,root) %{_bindir}/astwar
50 %doc AUTHORS COPYING ChangeLog README
51 %{_infodir}/*
52 %{_mandir}/man1/*
This page took 0.057138 seconds and 4 git commands to generate.