]> git.pld-linux.org Git - packages/geki5-KXL.git/blob - geki5-KXL.spec
- removed two lines with define
[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 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 Przewijana strzelanina 2D.
19
20 %prep
21 %setup -q -n %{name}-%{version}
22
23 %build
24 ./configure --prefix=%{_prefix} --with-x --with-kxl-prefix=%{_libdir}/ \
25     --with-kxl-inc-prefix=%{_includedir}/
26 %{__make}
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30 %{__make} DESTDIR=$RPM_BUILD_ROOT install
31
32 %clean
33 rm -rf $RPM_BUILD_ROOT
34
35 %files
36 %defattr(644,root,root,755)
37 %doc ChangeLog README
38 %attr(755,root,root) %{_bindir}/geki5
39 %dir %{_datadir}/geki5
40 %{_datadir}/geki5/bmp
41 %{_datadir}/geki5/wav
42 %dir %{_datadir}/geki5/data
43 %{_datadir}/geki5/data/*.dat
44 #%attr(664,root,games) %config(noreplace) %verify(not size mtime md5) /var/games/geki5.score
45 #%config(noreplace) %{_datadir}/geki5/data/.score
This page took 0.074041 seconds and 3 git commands to generate.