]> git.pld-linux.org Git - packages/geki5-KXL.git/blame - geki5-KXL.spec
- renamed geki5.spec to geki5-KXL.spec to reflect Name
[packages/geki5-KXL.git] / geki5-KXL.spec
CommitLineData
e442d328
JB
1Summary: Geki5, a video-oriented game
2Summary(pl): Geki5 - gra wideo
3Name: geki5-KXL
4Version: 0.3.0
5Release: 1
6License: GPL
7Group: X11/Applications/Games
8Source0: http://www2.mwnet.or.jp/~fc3srx7/download/%{name}-%{version}.tar.gz
9URL: http://www2.mwnet.or.jp/~fc3srx7/
10BuildRequires: KXL-devel >= 1.1.1
11BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13%define _prefix /usr/X11R6
14
15%description
162D length scroll shooting game.
17
18%description -l pl
19Przewijana strzelanina 2D.
20
21%prep
22%setup -q -n %{name}-%{version}
23
24%build
25./configure --prefix=%{_prefix} --with-x --with-kxl-prefix=%{_libdir}/ \
26 --with-kxl-inc-prefix=%{_includedir}/
27%{__make}
28
29%install
30rm -rf $RPM_BUILD_ROOT
31%{__make} DESTDIR=$RPM_BUILD_ROOT install
32
33%clean
34rm -rf $RPM_BUILD_ROOT
35
36%files
37%defattr(644,root,root,755)
38%doc ChangeLog README
39%attr(755,root,root) %{_bindir}/geki5
40%dir %{_datadir}/geki5
41%{_datadir}/geki5/bmp
42%{_datadir}/geki5/wav
43%dir %{_datadir}/geki5/data
44%{_datadir}/geki5/data/*.dat
45#%attr(664,root,games) %config(noreplace) %verify(not size mtime md5) /var/games/geki5.score
46#%config(noreplace) %{_datadir}/geki5/data/.score
This page took 0.054454 seconds and 4 git commands to generate.