]> git.pld-linux.org Git - packages/bbpager.git/blame - bbpager.spec
- initial release
[packages/bbpager.git] / bbpager.spec
CommitLineData
9ed662a0 1Summary: A pager designed for blackbox
2Name: bbpager
3Version: 0.3.0
4Release: 1
5License: GPL
6Group: X11/Applications
7Group(de): X11/Applikationen
8Group(pl): X11/Aplikacje
9Source0: ftp://bbtools.windsofstorm.net/sources/%{name}-%{version}.tar.gz
10URL: http://bbtools.windsofstorm.net/
11BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13%define _prefix /usr/X11R6
14%define _mandir %{_prefix}/man
15
16%description
17bbpager is like the name suggests: a pager tool for Blackbox. For now
18it uses KDE wm-hints to get the information from Blackbox. So if you
19want to use it be sure to enable KDE support. This means you have to
20configure it with: ./configure --enable-kde.
21
22
23%prep
24%setup -q
25%build
26aclocal
27autoconf
28automake -a -c
29%configure
30%{__make}
31
32%install
33rm -rf $RPM_BUILD_ROOT
34%{__make} DESTDIR=$RPM_BUILD_ROOT install
35
36gzip -9nf README NEWS TODO data/README.*
37
38%clean
39rm -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.035463 seconds and 4 git commands to generate.