]> git.pld-linux.org Git - packages/etswitch.git/blob - etswitch.spec
a7fa5ff1d76e3e14a184bb34f29d26a72fd5852d
[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.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
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}/*
This page took 0.041342 seconds and 2 git commands to generate.