Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37405380
en ru br
ALT Linux repos
S:0.4.1-alt3.2

Group :: Games/Puzzles
RPM: meandmyshadow

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: meandmyshadow
Version: 0.4.1
Release: alt3.2
License: GPLv3
Summary: Puzzle/platform game with two protagonists performing shared task
Url: http://meandmyshadow.sourceforge.net/
Source: %name-%version-src.tar.gz
Group: Games/Puzzles
Requires: %name-data = %version

# Automatically added by buildreq on Tue Mar 27 2012

# optimized out: cmake-modules libSDL-devel libstdc++-devel pkg-config
BuildRequires: cmake gcc-c++ libSDL_gfx-devel libSDL_image-devel libSDL_mixer-devel libSDL_ttf-devel libarchive-devel libcurl-devel libssl-devel

%description
Me and My Shadow is a puzzle/platform game written by Luka Horvat. The
author has given us permission to gpl the game, and develop it further.
It has an interesting concept and rather unique gameplay.

   18 different block types.
   Theme system
   Addon manager
   Cross platform

%package data
Group: Games/Puzzles
Summary: Data files for %name, %summary
BuildArch: noarch
%description data
Data files for %name, %summary

%prep
%setup
sed -i '/OpenGL REQUIRED/aINCLUDE(FindX11)' CMakeLists.txt

%build
%cmake -DHARDWARE_ACCELERATION=True
%cmake_build


%install
cp -al data %_cmake__builddir
%cmake_install

for i in icons/*/%name.png; do
 d=$(basename $(dirname $i))
 install -D $i %buildroot%_iconsdir/hicolor/$d/apps/%name.png
done

%files
%doc docs
%_bindir/*
%dir %_datadir/%name
%_desktopdir/%name.desktop
%_iconsdir/hicolor/*/apps/%name.png

%files data
%_datadir/%name/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin