]> git.pld-linux.org Git - packages/geki5-KXL.git/blob - geki5-KXL.spec
5f982c79a859f3c837468c1d49438968d1b56a0a
[packages/geki5-KXL.git] / geki5-KXL.spec
1 Summary:        Geki5, a video-oriented game
2 Summary(pl):    Geki5 - gra wideo
3 Name:           geki5-KXL
4 Version:        0.3.0
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Games
8 # note: Source0 URL is dead
9 Source0:        http://www2.mwnet.or.jp/~fc3srx7/download/%{name}-%{version}.tar.gz
10 Patch0:         %{name}-scorepath.patch
11 # dead, couldn't find working one
12 #URL:           http://www2.mwnet.or.jp/~fc3srx7/
13 BuildRequires:  KXL-devel >= 1.1.1
14 BuildRequires:  autoconf
15 BuildRequires:  automake
16 Requires:       KXL >= 1.1.1
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 2D length scroll shooting game.
21
22 %description -l pl
23 Pionowo przewijana strzelanina 2D.
24
25 %prep
26 %setup -q
27 %patch -p1
28
29 %build
30 %{__aclocal}
31 %{__autoconf}
32 %{__automake}
33 %configure
34
35 %{__make}
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39
40 %{__make} install \
41         DESTDIR=$RPM_BUILD_ROOT
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc ChangeLog README
49 %attr(2755,root,games) %{_bindir}/geki5
50 %dir %{_datadir}/geki5
51 %{_datadir}/geki5/bmp
52 %{_datadir}/geki5/wav
53 %dir %{_datadir}/geki5/data
54 %{_datadir}/geki5/data/*.dat
55 %attr(664,root,games) %config(noreplace) %verify(not size mtime md5) /var/games/geki5.score
This page took 0.044059 seconds and 2 git commands to generate.