package created by autospec [release 20210408-1mamba;Fri Dec 24 2021]
This commit is contained in:
parent
5018dc6293
commit
952e21cb5f
@ -1,2 +1,4 @@
|
||||
# alephone-infinity
|
||||
|
||||
Marathon Infinity scenario data files for Aleph One.
|
||||
|
||||
|
7
alephone-infinity.desktop
Normal file
7
alephone-infinity.desktop
Normal file
@ -0,0 +1,7 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Exec=alephone-infinity
|
||||
Icon=alephone-infinity
|
||||
Name=Marathon Infinity (Aleph One)
|
||||
Categories=Game;ActionGame;
|
||||
Comment=An FPS game by Bungie
|
50
alephone-infinity.spec
Normal file
50
alephone-infinity.spec
Normal file
@ -0,0 +1,50 @@
|
||||
Name: alephone-infinity
|
||||
Version: 20210408
|
||||
Release: 1mamba
|
||||
Summary: Marathon Infinity 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}/MarathonInfinity-%{version}-Data.zip
|
||||
Source1: alephone-marathon.sh
|
||||
Source2: alephone-infinity.desktop
|
||||
Source3: alephone-scenario-LICENSE
|
||||
License: no OSI Approved
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
## AUTOBUILDREQ-END
|
||||
Requires: alephone
|
||||
|
||||
%description
|
||||
Marathon Infinity 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\ Infinity %{buildroot}%{_datadir}/AlephOne/scenarios/Infinity
|
||||
|
||||
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/Infinity
|
||||
%{_datadir}/AlephOne/scenarios/Infinity/*
|
||||
%doc LICENSE
|
||||
|
||||
%changelog
|
||||
* Fri Dec 24 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 20210408-1mamba
|
||||
- package created by autospec
|
5
alephone-marathon.sh
Normal file
5
alephone-marathon.sh
Normal file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
export ALEPHONE_DATA=/usr/share/AlephOne:/usr/share/AlephOne/scenarios/Marathon
|
||||
|
||||
exec /usr/bin/alephone "$@"
|
13
alephone-scenario-LICENSE
Normal file
13
alephone-scenario-LICENSE
Normal 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
|
Loading…
Reference in New Issue
Block a user