]> git.pld-linux.org Git - packages/bbkeys.git/blob - bbkeys.spec
42874006c31bdd96766ab82057e4116f12f2c478
[packages/bbkeys.git] / bbkeys.spec
1 Summary:        bbkeys, a completely configurable key-combo grabber for blackbox
2 Summary(pl):    Ca³kowicie konfigurowalny przechwytywacz klawiszy dla blackboksa
3 Name:           bbkeys
4 Version:        0.8.4
5 Release:        4
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        ftp://ftp.sourceforge.net/pub/sourceforge/bbkeys/%{name}-%{version}.tar.gz
9 Patch0:         %{name}-sysconfdir.patch
10 URL:            http://bbkeys.sourceforge.net/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  XFree86-devel
14 Buildroot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %define         _prefix         /usr/X11R6
17 %define         _mandir         %{_prefix}/man
18
19 %description
20 bbkeys is a configurable key-grabber designed for the blackbox window
21 manager which is written by Brad Hughes. It is based on the bbtools
22 object code created by John Kennis and re-uses some of the blackbox
23 window manager classes as well. bbkeys is easily configurable via
24 directly hand-editting the user's ~/.bbkeysrc file, or by using the
25 provided gui configuration tool, bbkeysconf (for lack of a better name
26 yet).
27
28 %description -l pl
29 bbkeys jest konfigurowalnym programem do przechwytywania klawiszy
30 zaprojektowanym dla zarz±dcy okien blackbox, napisanego przez Brada
31 Hughesa. Bazuje na kodzie obiektowym bbtools napisanym przez Johna
32 Kennisa, u¿ywa tak¿e niektórych klas blackboksa. bbkeys s± ³atwo
33 konfigurowalne przez bezpo¶redni± edycjê pliku u¿ytkownika ~/.bbkeysrc,
34 albo poprzez graficzny interfejs bbkeysconf (z braku lepszej nazwy).
35
36 %prep
37 %setup -q
38 %patch0 -p1
39
40 %build
41 rm -f missing
42 %{__aclocal}
43 %{__autoconf}
44 %{__automake}
45 %configure
46 %{__make} CXX="%{__cc}"
47
48 %install
49 rm -rf $RPM_BUILD_ROOT
50
51 %{__make} DESTDIR=$RPM_BUILD_ROOT install
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %files
57 %defattr(644,root,root,755)
58 %doc README AUTHORS ChangeLog NEWS TODO
59 %attr(755,root,root) %{_bindir}/*
60 %{_mandir}/*/*
61 %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/bbtools/%{name}.*
This page took 0.031718 seconds and 3 git commands to generate.