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

Group :: Games/Arcade
RPM: woof

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: woof
Version: 11.1.1
Release: alt1
Summary: continuation of Lee Killough's Doom source port MBF targeted at modern systems
Group: Games/Arcade
License: GPLv2
Url: https://github.com/fabiangreffrath/woof

Source: %name-%version.tar

BuildRequires: gcc-c++ cmake rpm-macros-cmake
BuildRequires: libSDL2-devel libSDL2_mixer-devel libSDL2_net-devel libopenal-devel libsndfile-devel
BuildRequires: make
BuildRequires: python3-module-cmake_build_extension

ExcludeArch: armh

%description
Woof! is a continuation of Lee Killough's Doom source port MBF targeted at modern systems.

%prep
%setup -n %name-%version

%build
%cmake
%cmake_build \


%install
mkdir -p %buildroot%_bindir/
mkdir -p %buildroot%_datadir/%name
install -m 0755 ./%_arch-alt-linux/src/woof %buildroot%_bindir/%name
install -m 0755 ./%_arch-alt-linux/src/woof-setup %buildroot%_bindir/%name
cp -r ./%_arch-alt-linux/src/autoload %buildroot%_datadir/%name

%find_lang %name

%files -f %name.lang
%doc CHANGELOG.md README.md COPYING docs/*
%_bindir/%name
%_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