]> git.pld-linux.org Git - packages/bbkeys.git/blob - bbkeys.spec
- cosmetics,
[packages/bbkeys.git] / bbkeys.spec
1 Summary:        bbkeys, a completely configurable key-combo grabber for blackbox
2 Name:           bbkeys
3 Version:        0.3.6
4 Release:        1
5 License:        GPL
6 Group:          X11/Applications
7 Group(de):      X11/Applikationen
8 Group(pl):      X11/Aplikacje
9 Source0:        http://movingparts.thelinuxcommunity.org/bbkeys/%{name}-%{version}.tar.gz
10 URL:            http://movingparts.net/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  libstdc++-devel
14 Buildroot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %define         _prefix         /usr/X11R6
17
18 %description
19 bbkeys is a configurable key-grabber designed for the blackbox window
20 manager which is written by Brad Hughes. It is based on the bbtools
21 object code created by John Kennis and re-uses some of the blackbox
22 window manager classes as well. bbkeys is easily configurable via
23 directly hand-editting the user's ~/.bbkeysrc file, or by using the
24 provided gui configuration tool, bbkeysconf (for lack of a better name
25 yet).
26
27 %prep
28 %setup -q
29 aclocal
30 autoconf
31 automake -a -c
32 %configure
33 %build
34 %{__make}
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38
39 %{__make} DESTDIR=$RPM_BUILD_ROOT install
40
41 gzip -9nf README
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc *.gz
49 %attr(755,root,root) %{_bindir}/*
50 %{_datadir}/bbtools/%{name}.*
This page took 0.067132 seconds and 3 git commands to generate.