]> git.pld-linux.org Git - packages/etswitch.git/blob - etswitch.spec
8a7d9793ddc8053ededf5867e9bd9dfeb3cb3c52
[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
15 BuildRequires:  automake
16 BuildRequires:  libtool
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 Etswitch is a program allowing *nix users to minimize Enemy Territory
21 (and a plethora of other games) easily much in the same way as ETmin or
22 q3min for m$ users.
23
24 Aside from Wolf ET, et switch also supports 21 other games available to
25 linux users.
26
27 %description -l pl
28 Etswitch to program pozwalaj±cy u¿ytkownikom systemów *nix na
29 minimalizacjê Enemy Territory (oraz wielu innych gier) w ten sam wygodny
30 sposób jak aplikacje ETmin lub q3min dla u¿ytkowników systemów Windows.
31
32 %prep
33 %setup -q
34 %patch0 -p1
35 %patch1 -p1
36
37 %build
38 %{__libtoolize}
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.044509 seconds and 2 git commands to generate.