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