]> git.pld-linux.org Git - packages/bbkeys.git/commitdiff
- initial release
authorwaszi <waszi@pld-linux.org>
Sat, 14 Jul 2001 12:45:49 +0000 (12:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bbkeys.spec -> 1.1

bbkeys.spec [new file with mode: 0644]

diff --git a/bbkeys.spec b/bbkeys.spec
new file mode 100644 (file)
index 0000000..02fdcdb
--- /dev/null
@@ -0,0 +1,46 @@
+Summary:       bbkeys, a completely configurable key-combo grabber for blackbox
+Name:          bbkeys
+Version:       0.3.6
+Release:       1
+License:       GPL
+Group:         X11/Applications
+Group(de):     X11/Applikationen
+Group(pl):     X11/Aplikacje
+Source0:       http://movingparts.net/bbkeys/%{name}-%{version}.tar.gz
+URL:           http://movingparts.net
+Buildroot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _prefix /usr/X11R6
+
+%description
+bbkeys is a configurable key-grabber designed for the blackbox window
+manager which is written by Brad Hughes. It is based on the bbtools
+object code created by John Kennis and re-uses some of the blackbox
+window manager classes as well. bbkeys is easily configurable via
+directly hand-editting the user's ~/.bbkeysrc file, or by using the
+provided gui configuration tool, bbkeysconf (for lack of a better name
+yet).
+%prep
+%setup -q
+aclocal
+autoconf
+automake -a -c
+%configure
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} DESTDIR=$RPM_BUILD_ROOT install
+
+gzip -9nf README
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc *.gz
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/bbtools/%{name}.*
This page took 0.106458 seconds and 4 git commands to generate.