]> git.pld-linux.org Git - packages/dudusdl.git/blob - dudusdl.spec
- desktopdir
[packages/dudusdl.git] / dudusdl.spec
1 Summary:        Duzzle Duddle arcade game
2 Summary(pl):    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/sourceforge/%{name}/%{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
20 %description
21 DuduSDL is a clone of the well-known arcade game Puzzle Bubble,
22 playable in single-player and two-player modes.
23
24 %description -l pl
25 DuduSDL to klon dobrze znanej gry Puzzle Bubble. Mo¿na w ni± graæ w
26 trybie dla jednego i dwóch graczy.
27
28 %prep
29 %setup -q
30
31 %build
32 %{__aclocal}
33 %{__automake}
34 %{__autoconf}
35 %configure
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40
41 %{__make} install \
42         DESTDIR=$RPM_BUILD_ROOT \
43         Utilitiesdir=%{_desktopdir}
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc AUTHORS ChangeLog README
51 %lang(fr) %doc README.FR
52 %attr(755,root,root) %{_bindir}/%{name}
53 %{_datadir}/%{name}
54 %{_pixmapsdir}/dudu.png
55 %{_desktopdir}/*.desktop
This page took 0.081951 seconds and 3 git commands to generate.