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