]> git.pld-linux.org Git - packages/geki2-KXL.git/blob - geki2-KXL.spec
3b1195a42a7b36dafaa3290197b2904ee10ae3d5
[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.3
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Games
8 Source0:        http://kxl.hn.org/download/%{name}-%{version}.tar.gz
9 # Source0-md5:  9bb542ea15a4e6b5f51164c19cc0a674
10 Patch0:         %{name}-scorepath.patch
11 URL:            http://kxl.hn.org/games.php
12 BuildRequires:  KXL-devel >= 1.1.1
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 Requires:       KXL >= 1.1.1
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 2D length scroll shooting game.
20
21 %description -l pl
22 Pionowo przewijana strzelanka 2D, klon raptora.
23
24 %prep
25 %setup -q
26 %patch -p1
27
28 %build
29 %{__aclocal}
30 %{__autoconf}
31 %{__automake}
32 %configure
33
34 %{__make}
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38
39 %{__make} install \
40         DESTDIR=$RPM_BUILD_ROOT
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %doc ChangeLog README
48 %attr(2755,root,games) %{_bindir}/geki2
49 %dir %{_datadir}/geki2
50 %{_datadir}/geki2/bmp
51 %{_datadir}/geki2/wav
52 %dir %{_datadir}/geki2/data
53 %{_datadir}/geki2/data/*.dat
54 %attr(664,root,games) %config(noreplace) %verify(not size mtime md5) /var/games/geki2.score
This page took 0.038488 seconds and 2 git commands to generate.