]> git.pld-linux.org Git - packages/bbpager.git/blob - bbpager.spec
- corrected Source url,
[packages/bbpager.git] / bbpager.spec
1 Summary:        A pager designed for blackbox
2 Name:           bbpager
3 Version:        0.3.0
4 Release:        1
5 License:        GPL
6 Group:          X11/Applications
7 Group(de):      X11/Applikationen
8 Group(pl):      X11/Aplikacje
9 Source0:        http://bbtools.windsofstorm.net/sources/%{name}-%{version}.tar.gz
10 URL:            http://bbtools.windsofstorm.net/
11 BuildRequires:  XFree86-devel
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %define         _prefix         /usr/X11R6
15 %define         _mandir         %{_prefix}/man
16
17 %description
18 bbpager is like the name suggests: a pager tool for Blackbox. For now
19 it uses KDE wm-hints to get the information from Blackbox. So if you
20 want to use it be sure to enable KDE support. This means you have to
21 configure it with: ./configure --enable-kde.
22
23 %prep
24 %setup -q
25 %build
26 aclocal
27 autoconf
28 automake -a -c
29 %configure
30 %{__make} CXX="%{__cc}"
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34
35 %{__make} DESTDIR=$RPM_BUILD_ROOT install
36
37 gzip -9nf README NEWS TODO data/README.*
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc *.gz data/*.gz
45 %attr(755,root,root) %{_bindir}/bbpager
46 %config %{_datadir}/bbtools/bbpager.*
This page took 0.158627 seconds and 3 git commands to generate.