]> git.pld-linux.org Git - packages/dudusdl.git/blame_incremental - dudusdl.spec
- tabs in preamble
[packages/dudusdl.git] / dudusdl.spec
... / ...
CommitLineData
1Summary: Duzzle Duddle arcade game
2Summary(pl.UTF-8): Gra Duzzle Duddle
3Name: dudusdl
4Version: 0.1.3
5Release: 1
6License: GPL
7Group: X11/Applications/Games
8Source0: http://dl.sourceforge.net/dudusdl/%{name}-%{version}.tar.gz
9# Source0-md5: a51e8612f06d0201bd7f6729f73a242f
10URL: http://dudusdl.sourceforge.net/
11BuildRequires: SDL-devel >= 1.2.0
12BuildRequires: SDL_image-devel >= 1.2.0
13BuildRequires: autoconf
14BuildRequires: automake
15Requires: SDL >= 1.2.0
16Requires: SDL_image >= 1.2.0
17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
20DuduSDL is a clone of the well-known arcade game Puzzle Bubble,
21playable in single-player and two-player modes.
22
23%description -l pl.UTF-8
24DuduSDL to klon dobrze znanej gry Puzzle Bubble. Można w nią grać w
25trybie 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
38rm -rf $RPM_BUILD_ROOT
39
40%{__make} install \
41 DESTDIR=$RPM_BUILD_ROOT \
42 Utilitiesdir=%{_desktopdir}
43
44%clean
45rm -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.109302 seconds and 4 git commands to generate.