]> git.pld-linux.org Git - packages/SpaceAryarya-KXL.git/blob - SpaceAryarya-KXL.spec
- tabs in preamble
[packages/SpaceAryarya-KXL.git] / SpaceAryarya-KXL.spec
1 Summary:        Space Aryarya, a video-oriented game
2 Summary(pl.UTF-8):      Space Aryarya - gra wideo
3 Name:           SpaceAryarya-KXL
4 Version:        1.0.2
5 Release:        2
6 License:        GPL
7 Group:          X11/Applications/Games
8 Source0:        http://kxl.hn.org/download/%{name}-%{version}.tar.gz
9 # Source0-md5:  0c3666630eed179d9d3c0182b6358a6f
10 Patch0:         %{name}-scorepath.patch
11 URL:            http://kxl.hn.org/
12 BuildRequires:  KXL-devel >= 1.1.1
13 BuildRequires:  KXL >= 1.1.1
14 BuildRequires:  autoconf
15 BuildRequires:  automake
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 2D/3D scroll shooting game.
20
21 %description -l pl.UTF-8
22 Przewijana strzelanina 2D/3D.
23
24 %prep
25 %setup -q
26 %patch0 -p1
27
28 %build
29 cp -f /usr/share/automake/config.sub .
30 %{__aclocal}
31 %{__autoconf}
32 %{__automake}
33 %configure
34 %{__make}
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38
39 %{__make} install \
40         DESTDIR=$RPM_BUILD_ROOT
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %doc ChangeLog README
48 %attr(2755,root,games) %{_bindir}/spacearyarya
49 %dir %{_datadir}/SpaceAryarya
50 %dir %{_datadir}/SpaceAryarya/data
51 %{_datadir}/SpaceAryarya/bmp
52 %{_datadir}/SpaceAryarya/wav
53 %{_datadir}/SpaceAryarya/data/*.dat
54 %attr(664,root,games) %config(noreplace) %verify(not md5 mtime size) /var/games/SpaceAryarya.score
This page took 0.047907 seconds and 3 git commands to generate.