]> git.pld-linux.org Git - SPECS.git/blob - vga_gamespack.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / vga_gamespack.spec
1 Summary:        Mines, Connect 4 and Othello games for the Linux VGA console
2 Summary(de.UTF-8):      Verschiedene Denkspiele für Linux SVGAlib
3 Summary(es.UTF-8):      Varios juegos de rompecabezas para Linux SVGAlib
4 Summary(pl.UTF-8):      Gry Mines, Connect 4 i Othello dla linuksowej konsoli VGA
5 Summary(pt_BR.UTF-8):   Vários jogos de quebra-cabeça para Linux SVGAlib
6 Summary(tr.UTF-8):      SVGAlib ile çalışan çeşitli zeka oyunları
7 Name:           vga_gamespack
8 Version:        1.4
9 Release:        13
10 License:        distributable
11 Group:          Applications/Games
12 Source0:        ftp://sunsite.unc.edu/pub/Linux/games/strategy/%{name}-%{version}.tgz
13 # Source0-md5:  1e661abad1710b35a7a17b58ef53305c
14 Patch0:         %{name}-misc.patch
15 BuildRequires:  svgalib-devel
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 The vga_gamespack package contains three games for the Linux VGA
20 console: Mines, Connect 4, and Othello.
21
22 %description -l de.UTF-8
23 Eine Auswahl verschiedener Denkspiele für die Linux-Konsole unter
24 Verwendung der SVGAlib, unter anderem solche Favoriten wie Othello,
25 Minesweeper und Connect 4.
26
27 %description -l es.UTF-8
28 Varios juegos "mentales" para Linux usando SVGAlib. La selección
29 incluye algunos best-sellers como Othello, Minesweeper, y Connect 4.
30
31 %description -l fr.UTF-8
32 Jeux de réflexion pour la console Linux, utilisant SVGAlib. Inclus
33 Othello Démineur et Connect 4.
34
35 %description -l pl.UTF-8
36 Pakiet zawiera trzy gry dla linuksowej konsoli VGA: Mines, Connect 4 i
37 Othello.
38
39 %description -l pt_BR.UTF-8
40 Vários jogos "mentais" para o Linux usando SVGAlib. A seleção inclui
41 alguns best-sellers como Othello, Minesweeper, e Connect 4.
42
43 %description -l tr.UTF-8
44 SVGAlib kullanan konsol oyunları. Othello, mayın tarlası ve hedef 4
45 gibi sevilen oyunları içerir.
46
47 %prep
48 %setup -q -n %{name}
49 %patch0 -p1
50
51 %build
52 %{__make} \
53         CC="%{__cc}" \
54         OPT_FLAGS="%{rpmcflags}" \
55         LIBDIR=%{_libdir}/games
56
57 %install
58 rm -rf $RPM_BUILD_ROOT
59
60 %{__make} install \
61         DESTDIR=$RPM_BUILD_ROOT \
62         LIBDIR=%{_libdir}/games
63
64 %clean
65 rm -rf $RPM_BUILD_ROOT
66
67 %files
68 %defattr(644,root,root,755)
69 %doc README
70 %attr(755,root,root) %{_bindir}/vga_connectN
71 %attr(755,root,root) %{_bindir}/vga_mines
72 %attr(755,root,root) %{_bindir}/vga_othello
73 %{_libdir}/games/Vga16font8x16
This page took 0.788173 seconds and 3 git commands to generate.