]> git.pld-linux.org Git - packages/etswitch.git/blob - etswitch.spec
d2035af65bde4091c1586e27b9b2859e8c942182
[packages/etswitch.git] / etswitch.spec
1 Summary:        A *nix 'minimizer' for a few games
2 Summary(pl):    Aplikacja do minimalizowania okien gier
3 Name:           etswitch
4 Version:        0.1.13
5 Release:        1
6 License:        GPL v2
7 Group:          X11/Applications/Games
8 Source0:        http://hem.bredband.net/b400150/etswitch/%{name}-%{version}.tar.gz
9 # Source0-md5:  bc76ea975083c29098c3623398bed356
10 Patch0:         %{name}-desktop.patch
11 URL:            http://hem.bredband.net/b400150/
12 BuildRequires:  X11-devel
13 BuildRequires:  autoconf >= 2.57
14 BuildRequires:  automake
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 Etswitch is a program allowing *nix users to minimize Enemy Territory
19 (and a plethora of other games) easily much in the same way as ETmin or
20 q3min for Windows users.
21
22 Aside from Wolf ET, etswitch also supports 21 other games available to
23 Linux users.
24
25 %description -l pl
26 Etswitch to program pozwalaj±cy u¿ytkownikom systemów uniksowych na
27 minimalizacjê Enemy Territory (oraz wielu innych gier) w ten sam
28 wygodny sposób jak aplikacje ETmin lub q3min dla u¿ytkowników systemów
29 Windows.
30
31 Oprócz Wolf ET etswitch obs³uguje 21 innych gier dostêpnych dla
32 u¿ytkowników Linuksa.
33
34 %prep
35 %setup -q
36 %patch0 -p1
37
38 %build
39 %{__aclocal}
40 %{__autoconf}
41 %{__autoheader}
42 %{__automake}
43 %configure
44 %{__make}
45
46 %install
47 rm -rf $RPM_BUILD_ROOT
48
49 %{__make} install \
50         DESTDIR=$RPM_BUILD_ROOT
51
52 %clean
53 rm -rf $RPM_BUILD_ROOT
54
55 %files
56 %defattr(644,root,root,755)
57 %doc AUTHORS ChangeLog NEWS README THANKS TODO
58 %attr(755,root,root) %{_bindir}/etswitch
59 %{_mandir}/man1/etswitch.1*
60 %{_pixmapsdir}/*
61 %{_desktopdir}/*
This page took 0.052332 seconds and 2 git commands to generate.