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