]> git.pld-linux.org Git - packages/etswitch.git/blame_incremental - etswitch.spec
- converted to UTF-8
[packages/etswitch.git] / etswitch.spec
... / ...
CommitLineData
1Summary: A *nix 'minimizer' for a few games
2Summary(pl.UTF-8): Aplikacja do minimalizowania okien gier
3Name: etswitch
4Version: 0.1.14
5Release: 1
6License: GPL v2
7Group: X11/Applications/Games
8Source0: http://hem.bredband.net/b400150/etswitch/%{name}-%{version}.tar.gz
9# Source0-md5: 4f924bff0bb4fcded8cb73ff338b8563
10Patch0: %{name}-desktop.patch
11URL: http://hem.bredband.net/b400150/
12BuildRequires: autoconf >= 2.57
13BuildRequires: automake
14BuildRequires: xorg-lib-libX11-devel
15BuildRequires: xorg-lib-libXmu-devel
16BuildRequires: xorg-lib-libXpm-devel
17BuildRequires: xorg-xserver-server-devel
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
21Etswitch 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
23or q3min for Windows users.
24
25Aside from Wolf ET, etswitch also supports 21 other games available to
26Linux users.
27
28%description -l pl.UTF-8
29Etswitch to program pozwalający użytkownikom systemów uniksowych na
30minimalizację Enemy Territory (oraz wielu innych gier) w ten sam
31wygodny sposób jak aplikacje ETmin lub q3min dla użytkowników systemów
32Windows.
33
34Oprócz Wolf ET etswitch obsługuje 21 innych gier dostępnych dla
35uż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
50rm -rf $RPM_BUILD_ROOT
51
52%{__make} install \
53 DESTDIR=$RPM_BUILD_ROOT
54
55%clean
56rm -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.030245 seconds and 4 git commands to generate.