]> git.pld-linux.org Git - packages/flyer.git/blame - flyer.spec
- initial
[packages/flyer.git] / flyer.spec
CommitLineData
1445a961
ZU
1Summary: Flyer is a cool and fun 2D flight simulation
2Summary(hu.UTF-8): Flyer egy nagyszerű és szórakoztató 2D repülő szimulátor
3Name: flyer
4Version: 0.1
5Release: 0.1
6License: GPL v2
7Group: X11/Applications/Games
8Source0: http://flyer2d.googlecode.com/files/%{name}-%{version}-src.tar.gz
9# Source0-md5: fc923a6272512f7e207661e57a908b79
10Patch0: %{name}-box2d-include-string.patch
11Patch1: %{name}-limits.patch
12URL: http://code.google.com/p/flyer2d/
13BuildRequires: QtOpenGL-devel
14BuildRequires: qt4-qmake
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
18Flyer is a cool and fun 2D flight simulation.
19
20%description -l hu.UTF-8
21Flyer egy nagyszerű és szórakoztató 2D repülő szimulátor
22
23%prep
24%setup -q
25%patch0 -p1
26%patch1 -p1
27
28%build
29qmake-qt4
30%{__make} CPPFLAGS="-include string.h"
31
32%install
33rm -rf $RPM_BUILD_ROOT
34install -d $RPM_BUILD_ROOT%{_bindir}
35install bin/* $RPM_BUILD_ROOT%{_bindir}
36
37%clean
38rm -rf $RPM_BUILD_ROOT
39
40%files
41%defattr(644,root,root,755)
42%doc README
43%attr(755,root,root) %{_bindir}/*
This page took 0.056122 seconds and 4 git commands to generate.