]> git.pld-linux.org Git - packages/xbindkeys.git/blob - xbindkeys.spec
- update to 1.7.1
[packages/xbindkeys.git] / xbindkeys.spec
1 Summary:        Binds keys or mouse buttons to shell commands under X
2 Summary(pl):    Przypisywanie poleceniom pow³oki przycisków myszy lub klawiatury pod X
3 Name:           xbindkeys
4 Version:        1.7.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:  9176ee5d331160dc3dfafc41e8ec6925
10 URL:            http://hocwp.free.fr/xbindkeys/xbindkeys.html
11 BuildRequires:  XFree86-devel
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  libtool
15 Requires:       tk
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 xbindkeys is a program that allows you to launch shell commands with
20 your keyboard or mouse under X11. It links commands to keys or mouse
21 buttons using a simple configuration file, and is independant of the
22 window manager. XMMS panel applet for the KDE panel (kicker). It is
23 used to be able
24
25 %description -l pl
26 xbindkeys jest programem, który pozwala na uruchamianie poleceñ
27 pow³oki przy u¿yciu klawiatury lub myszki pod X11. Xbindkeys
28 przypisuje polecenia przyciskom za pomoc± prostego pliku
29 konfiguracyjnego, niezale¿nie od zarz±dcy okien. Pozwala na
30 przechwytywanie takich przycisków jak POWER czy WAKE na klawiaturze.
31
32 %prep
33 %setup -q
34
35 %build
36 rm -f missing aclocal.m4
37 %{__libtoolize}
38 %{__aclocal}
39 %{__autoconf}
40 %{__automake}
41 %configure \
42         --with-x
43
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 README
58 %attr(755,root,root) %{_bindir}/xbindkeys
59 %attr(755,root,root) %{_bindir}/xbindkeys_show
60 %{_mandir}/man1/xbindkeys*
This page took 0.056541 seconds and 4 git commands to generate.