]> git.pld-linux.org Git - packages/xbindkeys.git/blob - xbindkeys.spec
7bbff51507ceda60e06c61410d21b1cb179c75a8
[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.2
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:  ad1abd56e758bc108493ad0e5b862ad3
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. 
24
25 %description -l pl.UTF-8
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 aclocal.m4
37 %{__libtoolize}
38 %{__aclocal}
39 %{__autoconf}
40 %{__autoheader}
41 %{__automake}
42 %configure \
43         --with-x
44
45 %{__make}
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49
50 %{__make} install \
51         DESTDIR=$RPM_BUILD_ROOT
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %files
57 %defattr(644,root,root,755)
58 %doc AUTHORS ChangeLog README
59 %attr(755,root,root) %{_bindir}/xbindkeys
60 %attr(755,root,root) %{_bindir}/xbindkeys_show
61 %{_mandir}/man1/xbindkeys*
This page took 0.025472 seconds and 3 git commands to generate.