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