]> git.pld-linux.org Git - packages/bbpager.git/blob - bbpager.spec
- initial release
[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:        ftp://bbtools.windsofstorm.net/sources/%{name}-%{version}.tar.gz
10 URL:            http://bbtools.windsofstorm.net/
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %define         _prefix         /usr/X11R6
14 %define         _mandir         %{_prefix}/man
15
16 %description
17 bbpager is like the name suggests: a pager tool for Blackbox. For now
18 it uses KDE wm-hints to get the information from Blackbox. So if you
19 want to use it be sure to enable KDE support. This means you have to
20 configure it with: ./configure --enable-kde.
21
22
23 %prep
24 %setup -q
25 %build
26 aclocal
27 autoconf
28 automake -a -c
29 %configure
30 %{__make}
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34 %{__make} DESTDIR=$RPM_BUILD_ROOT install
35
36 gzip -9nf README NEWS TODO data/README.*
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %doc *.gz data/*.gz
44 %attr(755,root,root) %{_bindir}/bbpager
45 %config %{_datadir}/bbtools/bbpager.*
This page took 0.050021 seconds and 4 git commands to generate.