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