]> git.pld-linux.org Git - packages/xbindkeys.git/blob - xbindkeys.spec
- added polish Summary description
[packages/xbindkeys.git] / xbindkeys.spec
1 Summary:        Binds keys or mouse buttons to shell commands under X
2 Summary(pl):    Przypisuje poleceniom pow³oki przciski myszy lub klawiatury w X'ach
3 Name:           xbindkeys
4 Version:        1.5.4
5 Release:        1
6 License:        GPL v2
7 Group:          X11/Applications
8 Source0:        http://hocwp.free.fr/xbindkeys/%{name}-%{version}.tar.gz
9 URL:            http://hocwp.free.fr/xbindkeys/xbindkeys.html
10 BuildRequires:  autoconf
11 BuildRequires:  automake
12 BuildRequires:  XFree86-devel
13 Requires:       tk
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 xbindkeys is a program that allows you to launch shell commands with
18 your keyboard or mouse under X11. It links commands to keys or mouse
19 buttons using a simple configuration file, and is independant of the
20 window manager. XMMS panel applet for the KDE panel (kicker). It is
21 used to be able
22
23 %description -l pl
24 xbindkeys jest programem, który pozwala na uruchamianie poleceñ
25 pow³oki przy urzyciu twojej klawiatury lub myszki pod X11.
26 Xbindkeys przypisuje komendy przyciskom za pomoc± prostego pliku
27 konfiguracyjnego, niezale¿nie od mened¿era okien. Pozwala na
28 przechwytywanie takich przycisków jak POWER czy WAKE na klawiaturze.
29
30 %prep
31 %setup -q
32
33 %build
34 rm -f missing aclocal.m4
35 %{__libtoolize}
36 %{__aclocal}
37 %{__autoconf}
38 %{__automake}
39 %configure \
40         --with-x
41
42 %{__make}
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46
47 %{__make} install DESTDIR=$RPM_BUILD_ROOT
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files
53 %defattr(644,root,root,755)
54 %doc AUTHORS ChangeLog README
55 %attr(755,root,root) %{_bindir}/xbindkeys
56 %attr(755,root,root) %{_bindir}/xbindkeys_show
57 %{_mandir}/man1/xbindkeys*
This page took 0.026558 seconds and 4 git commands to generate.