-
Notifications
You must be signed in to change notification settings - Fork 28
/
edgar.spec
executable file
·39 lines (32 loc) · 924 Bytes
/
edgar.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Summary: 2D Platform Game
Name: %{name}
Version: %{version}
Release: %{release}
Source: %{name}-%{version}-%{release}.tar.gz
Vendor: Parallel Realities
Packager: Richard Sweeney
URL: https://www.parallelrealities.co.uk/games/edgar/
Group: Games/Arcade
License: GPL
%description
The Legend of Edgar. When his father fails to return home after venturing
out one stormy night, Edgar sets off on a quest to rescue him.
%prep
%setup -q
%build
make VERSION=%{version} RELEASE=%{release}
%install
make install DESTDIR=$RPM_BUILD_ROOT
%clean
%post
%files
/usr/games/%{name}
/usr/share/games/%{name}/
/usr/share/doc/%{name}/
/usr/share/appdata/%{name}.appdata.xml
/usr/share/applications/%{name}.desktop
/usr/share/icons/hicolor/16x16/apps/%{name}.png
/usr/share/icons/hicolor/32x32/apps/%{name}.png
/usr/share/icons/hicolor/48x48/apps/%{name}.png
/usr/share/icons/hicolor/64x64/apps/%{name}.png
/usr/share/man/man6/%{name}.6