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