]> git.pld-linux.org Git - packages/dudusdl.git/blame - dudusdl.spec
- converted to UTF-8
[packages/dudusdl.git] / dudusdl.spec
CommitLineData
d4ea170f 1Summary: Duzzle Duddle arcade game
39b6a525 2Summary(pl.UTF-8): Gra Duzzle Duddle
c110be76 3Name: dudusdl
4Version: 0.1.3
5Release: 1
6License: GPL
7Group: X11/Applications/Games
df60bfef 8Source0: http://dl.sourceforge.net/dudusdl/%{name}-%{version}.tar.gz
b445f2b5 9# Source0-md5: a51e8612f06d0201bd7f6729f73a242f
c110be76 10URL: http://dudusdl.sourceforge.net/
11BuildRequires: SDL-devel >= 1.2.0
12BuildRequires: SDL_image-devel >= 1.2.0
eb3da745
JB
13BuildRequires: autoconf
14BuildRequires: automake
c110be76 15Requires: SDL >= 1.2.0
16Requires: SDL_image >= 1.2.0
17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
c110be76 19%description
20DuduSDL is a clone of the well-known arcade game Puzzle Bubble,
21playable in single-player and two-player modes.
2caf6a83 22
39b6a525
JR
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.
2caf6a83 26
c110be76 27%prep
28%setup -q
29
30%build
eb3da745 31%{__aclocal}
c110be76 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 \
6d2347ce 42 Utilitiesdir=%{_desktopdir}
c110be76 43
44%clean
45rm -rf $RPM_BUILD_ROOT
46
47%files
48%defattr(644,root,root,755)
eb3da745
JB
49%doc AUTHORS ChangeLog README
50%lang(fr) %doc README.FR
2caf6a83 51%attr(755,root,root) %{_bindir}/%{name}
c110be76 52%{_datadir}/%{name}
53%{_pixmapsdir}/dudu.png
6d2347ce 54%{_desktopdir}/*.desktop
This page took 0.05786 seconds and 4 git commands to generate.