]> git.pld-linux.org Git - packages/freedink.git/blob - freedink.spec
- updated gettext BR
[packages/freedink.git] / freedink.spec
1 Summary:        The Dink Smallwood game engine
2 Summary(pl.UTF-8):      Silnik gry Dink Smallwood
3 Name:           freedink
4 Version:        1.08.20101114
5 Release:        1
6 License:        GPL v3+
7 Group:          X11/Applications/Games
8 Source0:        http://ftp.gnu.org/gnu/freedink/%{name}-%{version}.tar.gz
9 # Source0-md5:  ea045c1dcffa0db076201da7021dec1e
10 Patch0:         %{name}-desktop.patch
11 URL:            http://www.freedink.org/
12 BuildRequires:  SDL-devel >= 1.2.0
13 BuildRequires:  SDL_gfx-devel
14 BuildRequires:  SDL_image-devel
15 BuildRequires:  SDL_mixer-devel
16 BuildRequires:  SDL_ttf-devel
17 BuildRequires:  autoconf
18 BuildRequires:  automake
19 BuildRequires:  fontconfig-devel
20 BuildRequires:  gettext-tools
21 BuildRequires:  help2man
22 BuildRequires:  pkgconfig
23 BuildRequires:  zip
24 BuildRequires:  zlib-devel
25 BuildRequires:  zziplib-devel
26 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28 %description
29 FreeDink is a portable and enhanced version of the Dink Smallwood game
30 engine.
31
32 It still needs some data files from the orginal game.
33
34 %description -l pl.UTF-8
35 FreeDink jest przenośną i ulepszoną wersją silnika gry Dink Smallwood.
36
37 Do uruchomienia wymagane są pliki z oryginalnej wersji gry.
38
39 %prep
40 %setup -q
41 %patch0 -p1
42
43 %build
44 %{__aclocal} -I gnulib/m4
45 %{__autoconf}
46 %{__autoheader}
47 %{__automake}
48 %configure
49 %{__make}
50
51
52 %install
53 rm -rf $RPM_BUILD_ROOT
54
55 %{__make} install \
56         DESTDIR=$RPM_BUILD_ROOT
57
58 %find_lang %{name} --all-name
59
60 %clean
61 rm -rf $RPM_BUILD_ROOT
62
63 %files -f %{name}.lang
64 %defattr(644,root,root,755)
65 %doc AUTHORS ChangeLog NEWS README THANKS TROUBLESHOOTING doc/TODO
66 %attr(755,root,root) %{_bindir}/*
67 %{_datadir}/%{name}
68 %{_desktopdir}/*.desktop
69 %{_mandir}/man6/*.6*
70 %{_pixmapsdir}/freedink.png
This page took 0.045689 seconds and 3 git commands to generate.