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