/[packages]/cauldron/opengl-games-utils/current/SPECS/opengl-games-utils.spec
ViewVC logotype

Contents of /cauldron/opengl-games-utils/current/SPECS/opengl-games-utils.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1811343 - (show annotations) (download)
Mon Mar 21 04:24:53 2022 UTC (2 years, 1 month ago) by umeabot
File size: 1048 byte(s)
Mageia 9 Mass Rebuild
1 Name: opengl-games-utils
2 Version: 0.2
3 Release: %mkrel 3
4 Summary: Utilities to check proper 3d support before launching 3d games
5 Group: Graphics/3D
6 License: Public Domain
7 URL: https://fedoraproject.org/wiki/SIGs/Games
8 Source0: opengl-game-wrapper.sh
9 Source1: opengl-game-functions.sh
10 Source2: README
11 BuildArch: noarch
12 Requires: zenity glxinfo
13
14 %description
15 This package contains various shell scripts which are intended for use by
16 3D games packages. These shell scripts can be used to check if direct rendering
17 is available before launching an OpenGL game. This package is intended for use
18 by other packages and is not intended for direct end user use!
19
20 %prep
21 %setup -c -T
22 cp %{SOURCE2} .
23
24 %install
25 mkdir -p %{buildroot}%{_bindir}
26 mkdir -p %{buildroot}%{_datadir}/%{name}
27 install -p -m 755 %{SOURCE0} %{buildroot}%{_bindir}
28 install -p -m 644 %{SOURCE1} %{buildroot}%{_datadir}/%{name}
29
30 %files
31 %doc README
32 %{_bindir}/opengl-game-wrapper.sh
33 %{_datadir}/%{name}

  ViewVC Help
Powered by ViewVC 1.1.30