]> git.pld-linux.org Git - packages/SpaceAryarya-KXL.git/blob - SpaceAryarya-KXL.spec
- score file path fix
[packages/SpaceAryarya-KXL.git] / SpaceAryarya-KXL.spec
1 #
2 # TODO: move score file(s) to /var/games
3 #
4 Summary:        Space Aryarya, a video-oriented game
5 Summary(pl):    Space Aryarya - gra wideo
6 Name:           SpaceAryarya-KXL
7 Version:        1.0.2
8 Release:        1
9 License:        GPL
10 Group:          X11/Applications/Games
11 Source:         http://kxl.hn.org/download/%{name}-%{version}.tar.gz
12 URL:            http://kxl.hn.org/
13 BuildRequires:  KXL-devel >= 1.1.1
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16
17 %description
18 2D/3D scroll shooting game.
19
20 %description -l pl
21 Przewijana strzelanina 2D/3D.
22
23 %prep
24 %setup -q
25
26 %build
27 %configure2_13
28 %{__make}
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32 %{__make} DESTDIR=$RPM_BUILD_ROOT install
33
34 %clean
35 rm -rf $RPM_BUILD_ROOT
36
37 %files
38 %defattr(644,root,root,755)
39 %doc ChangeLog README
40 %attr(755,root,root) %{_bindir}/spacearyarya
41 %dir %{_datadir}/SpaceAryarya
42 %dir %{_datadir}/SpaceAryarya/data
43 %{_datadir}/SpaceAryarya/bmp
44 %{_datadir}/SpaceAryarya/wav
45 %{_datadir}/SpaceAryarya/data/*.dat
46 # MOVE TO /var/games!!!
47 %config(noreplace) %{_datadir}/SpaceAryarya/data/.score
This page took 0.058408 seconds and 3 git commands to generate.