]> git.pld-linux.org Git - packages/dudusdl.git/blob - dudusdl.spec
- tabs in preamble
[packages/dudusdl.git] / dudusdl.spec
1 Summary:        Duzzle Duddle arcade game
2 Summary(pl.UTF-8):      Gra Duzzle Duddle
3 Name:           dudusdl
4 Version:        0.1.3
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Games
8 Source0:        http://dl.sourceforge.net/dudusdl/%{name}-%{version}.tar.gz
9 # Source0-md5:  a51e8612f06d0201bd7f6729f73a242f
10 URL:            http://dudusdl.sourceforge.net/
11 BuildRequires:  SDL-devel >= 1.2.0
12 BuildRequires:  SDL_image-devel >= 1.2.0
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 Requires:       SDL >= 1.2.0
16 Requires:       SDL_image >= 1.2.0
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 DuduSDL is a clone of the well-known arcade game Puzzle Bubble,
21 playable in single-player and two-player modes.
22
23 %description -l pl.UTF-8
24 DuduSDL to klon dobrze znanej gry Puzzle Bubble. Można w nią grać w
25 trybie dla jednego i dwóch graczy.
26
27 %prep
28 %setup -q
29
30 %build
31 %{__aclocal}
32 %{__automake}
33 %{__autoconf}
34 %configure
35 %{__make}
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39
40 %{__make} install \
41         DESTDIR=$RPM_BUILD_ROOT \
42         Utilitiesdir=%{_desktopdir}
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc AUTHORS ChangeLog README
50 %lang(fr) %doc README.FR
51 %attr(755,root,root) %{_bindir}/%{name}
52 %{_datadir}/%{name}
53 %{_pixmapsdir}/dudu.png
54 %{_desktopdir}/*.desktop
This page took 0.048806 seconds and 3 git commands to generate.