package created by autospec [release 20210408-1mamba;Fri Dec 24 2021]

This commit is contained in:
Silvan Calarco 2024-01-05 20:19:57 +01:00
parent bbc528ce51
commit 06d3caa524
5 changed files with 80 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# alephone-marathon
Marathon scenario data files for Aleph One.

View File

@ -0,0 +1,7 @@
[Desktop Entry]
Type=Application
Exec=alephone-marathon
Icon=alephone-marathon
Name=Marathon (Aleph One)
Categories=Game;ActionGame;
Comment=An FPS game by Bungie

5
alephone-marathon.sh Normal file
View File

@ -0,0 +1,5 @@
#!/bin/sh
export ALEPHONE_DATA=/usr/share/AlephOne:/usr/share/AlephOne/scenarios/Marathon
exec /usr/bin/alephone "$@"

53
alephone-marathon.spec Normal file
View File

@ -0,0 +1,53 @@
Name: alephone-marathon
Version: 20210408
Release: 1mamba
Summary: Marathon scenario data files for Aleph One
Group: Applications/Games
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://alephone.lhowon.org/
Source: https://github.com/Aleph-One-Marathon/alephone/releases/download/release-%{version}/Marathon-%{version}-Data.zip
Source1: alephone-marathon.sh
Source2: alephone-marathon.desktop
Source3: alephone-scenario-LICENSE
License: no OSI Approved
## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END
Requires: alephone
Provides: alephone-data
Provides: AlephOne-data
Obsoletes: AlephOne-data <= 20080808
%description
Marathon scenario data files for Aleph One.
%prep
%setup -q -c -n %{name}-%{version}
cp %{SOURCE3} LICENSE
%build
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
mkdir -p %{buildroot}%{_datadir}/AlephOne/scenarios
cp -a Marathon %{buildroot}%{_datadir}/AlephOne/scenarios/
install -D -m0755 %{SOURCE1} %{buildroot}%{_bindir}/%{name}
install -D -m0644 %{SOURCE2} %{buildroot}%{_datadir}/applications/%{name}.desktop
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%dir %{_datadir}/AlephOne/scenarios/Marathon
%{_datadir}/AlephOne/scenarios/Marathon/*
%doc LICENSE
%changelog
* Fri Dec 24 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 20210408-1mamba
- package created by autospec

13
alephone-scenario-LICENSE Normal file
View File

@ -0,0 +1,13 @@
Aleph One's GNU Public License doesn't apply to this scenario.
All media used on this project is property of Bungie Studios
and any modification and/or commercial distribution of it is
strictly prohibited without the proper permission of Bungie Studios.
You may use Bungie's copyrighted media for your private use only.
Under no circumstances any member of the M1A1 project will be
responsible for the misuse of the aforementioned media as they
don't held any ownership over it. Any permission, written or verbally,
granted by any members of the M1A1 project for modification and/or
commercial distribution of any part of this scenario is illegal.
Copyright 1997 in whole or in part Bungie Software Products Corporation.
Created with Bungie's Forge and/or Anvil by the M1A1 team, m1a1@bungie.org