Sophie

Sophie

distrib > Mageia > 5 > x86_64 > by-pkgid > 1a181a343c11d2bb226f50f002a0bf69 > files > 3

irrlamb-0.2.0-0.20141110.1.mga5.src.rpm

%define date    20141110
%define rel     1

Name:           irrlamb
Version:        0.2.0
Release:        %mkrel -c %{date} %{rel}
Summary:        Physics-based 3D puzzle platformer
Group:          Games/Arcade
License:        GPLv3+ and CC-BY-SA 3.0
URL:            https://code.google.com/p/irrlamb/
# extlibs and working folders removed from the archive
Source0:        %{name}-%{version}-%{date}.tar.xz
Patch0:         irrlamb-0.2.0-mga-desktop.patch

BuildRequires:  boost-devel
BuildRequires:  cmake
BuildRequires:  irrlicht-devel
BuildRequires:  pkgconfig(bullet)
BuildRequires:  pkgconfig(freetype2)
BuildRequires:  pkgconfig(lua) >= 5.2
BuildRequires:  pkgconfig(openal)
BuildRequires:  pkgconfig(sqlite3)
BuildRequires:  pkgconfig(vorbis)
BuildRequires:  pkgconfig(x11)
BuildRequires:  pkgconfig(xrandr)

%description
Irrlamb is a platform game, in which the player moves a ball through
a 3D terrain. The aim in each irrlamb level is to touch every glowing
globe, sometimes within a time limit. In some levels the player has
the grapple upgrade, which allows the player to shoot an elastic rope
at objects and terrain and can be used to climb walls.

%prep
%setup -q -n %{name}-%{version}-%{date}
%apply_patches

%build
%cmake
%make

%install
%makeinstall_std -C build

%files
%doc %{_docdir}/%{name}/
%{_gamesbindir}/%{name}
%{_gamesdatadir}/%{name}/
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.xpm


%changelog
* Tue Dec 23 2014 akien <akien> 0.2.0-0.20141110.1.mga5
+ Revision: 805124
- imported package irrlamb