Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37405174
en ru br
ALT Linux repos
S:0.9.4-alt1

Group :: Games/Arcade
RPM: pacman

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

#%%def_enable Werror

Name:     pacman
Version:  0.9.0.19.git7cf259d
Release:  alt4

Summary:  Yet another pacman clone in C/C++ and SDL
License:  GPLv2, fonts of unknown license
Group:    Games/Arcade

Url:      https://github.com/ebuc99/pacman

Packager: Grigory Ustinov <grenka at altlinux.org>

Source:   %name-%version.tar
Patch:    pacman-0.9-alt1-fix_path.patch

BuildRequires: gcc-c++ libSDL2_image-devel libSDL2_mixer-devel libSDL2_ttf-devel

%description
This is a clone of the original pacman by Namco.
One of the main goals of this implementation is an SDL application
with a very low CPU usage.

%prep
%setup
%patch -p2

%build
%configure
%make_build pacman_CXXFLAGS='%optflags -std=gnu++11'

%install
%makeinstall_std
rm -r %buildroot/%_defaultdocdir/%name

%files
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
%_bindir/*
%_datadir/%name
%_datadir/applications/pacman.desktop

%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