]> git.pld-linux.org Git - packages/fbg.git/blob - fbg.spec
- pl
[packages/fbg.git] / fbg.spec
1 Summary:        Falling Blocks Game
2 Summary(pl):    Falling Blocks Game - gra w spadajĀ±ce klocki
3 Name:           fbg
4 Version:        0.9
5 Release:        1
6 License:        GPLv2
7 Group:          X11/Applications/Games
8 Source0:        http://dl.sourceforge.net/fbg/%{name}-%{version}.tar.gz
9 Patch0:         %{name}-libgl.patch
10 Patch1:         %{name}-FHS.patch
11 URL:            http://derajdezine.vze.com/
12 BuildRequires:  OpenGL-devel
13 BuildRequires:  SDL-devel
14 BuildRequires:  autoconf
15 BuildRequires:  automake
16 BuildRequires:  libmikmod-devel
17 BuildRequires:  libstdc++-devel
18 BuildRequires:  physfs-devel
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 Falling Blocks Game.
23
24 %description -l pl
25 Falling Blocks Game - gra w spadajĀ±ce klocki.
26
27 %prep
28 %setup -q
29 %patch0 -p1
30 %patch1 -p1
31
32 %build
33 %{__aclocal}
34 %{__autoconf}
35 %{__automake}
36 %configure
37 %{__make}
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41
42 %{__make} install DESTDIR=$RPM_BUILD_ROOT
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %attr(755,root,root) %{_bindir}/*
50 %{_datadir}/fbg
51 %{_mandir}/man6/*
This page took 0.036143 seconds and 3 git commands to generate.