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