]> git.pld-linux.org Git - packages/geki2-KXL.git/blob - geki2-KXL.spec
- massive attack: perl -pi -e "s/^#+\%\{/#\%\%\{/"
[packages/geki2-KXL.git] / geki2-KXL.spec
1 Summary:        Geki2, a video-oriented game
2 Summary(pl):    Geki2 - gra wideo
3 Name:           geki2-KXL
4 Version:        2.0.2
5 Release:        2
6 License:        GPL
7 Group:          X11/Applications/Games
8 Source0:        http://www2.mwnet.or.jp/~fc3srx7/download/%{name}-%{version}.tar.gz
9 URL:            http://www2.mwnet.or.jp/~fc3srx7/
10 BuildRequires:  KXL-devel >= 1.1.1
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13
14 %description
15 2D length scroll shooting game.
16
17 %description -l pl
18 Strzelanka 2D, klon raptora.
19
20 %prep
21 %setup -q
22
23 %build
24 ./configure --prefix=%{_prefix}
25 %{__make}
26
27 %install
28 rm -rf $RPM_BUILD_ROOT
29 %{__make} DESTDIR=$RPM_BUILD_ROOT install
30
31 %clean
32 rm -rf ${RPM_BUILD_ROOT}
33
34 %files
35 %defattr(644,root,root,755)
36 %doc ChangeLog README
37 %attr(755,root,root) %{_bindir}/geki2
38 %dir %{_datadir}/geki2
39 %{_datadir}/geki2/bmp
40 %{_datadir}/geki2/wav
41 %dir %{_datadir}/geki2/data
42 %{_datadir}/geki2/data/*.dat
43 #%attr(664,root,games) %config(noreplace) %verify(not size mtime md5) /var/games/geki2.score
44 #%%{_prefix}/share/geki2/data/.score
This page took 0.065481 seconds and 3 git commands to generate.