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