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