]> git.pld-linux.org Git - packages/bbsload.git/blob - bbsload.spec
0647edff6bf068696e059d72cf3d7537ce7c3651
[packages/bbsload.git] / bbsload.spec
1 Summary:        A system load mozitor designed for blackbox
2 Summary(pl):    Monitor obci±¿enia systemu zaprojektowany dla blackboksa
3 Name:           bbsload
4 Version:        0.2.5
5 Release:        2
6 License:        GPL
7 Group:          X11/Applications
8 Group(de):      X11/Applikationen
9 Group(es):      X11/Aplicaciones
10 Group(pl):      X11/Aplikacje
11 Group(pt_BR):   X11/Aplicações
12 Group(pt):      X11/Aplicações
13 Source0:        http://bbtools.windsofstorm.net/sources/%{name}-%{version}.tar.gz
14 Patch0:         %{name}-sysconfdir.patch
15 URL:            http://bbtools.windsofstorm.net/
16 BuildRequires:  XFree86-devel
17 BuildRequires:  autoconf
18 BuildRequires:  automake
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %define         _prefix         /usr/X11R6
22 %define         _mandir         %{_prefix}/man
23
24 %description
25 bbsload monitors system, and memory load.
26 It is highly integrated with blackbox window manager (can use it's theme
27 settings), but can work also with other WM.
28
29 %description -l pl
30 bbsload monitoruje obci±¿enie systemu i zajêto¶æ pamiêci.
31 Jest zintegrowany z blackboxem (u¿ywa jego ustawieñ wygl±du), aczkolwiek
32 mo¿e te¿ pracowaæ z innym zarz±d± okien.
33
34 %prep
35 %setup -q
36 %patch0 -p1
37
38 %build
39 rm -f missing
40 aclocal
41 autoconf
42 automake -a -c
43 %configure
44 %{__make} CXX="%{__cc}"
45
46 %install
47 rm -rf $RPM_BUILD_ROOT
48
49 %{__make} DESTDIR=$RPM_BUILD_ROOT install
50
51 gzip -9nf BUGS README TODO
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %files
57 %defattr(644,root,root,755)
58 %doc *.gz
59 %attr(755,root,root) %{_bindir}/bb*
60 %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/bbtools/%{name}.*
This page took 0.052716 seconds and 3 git commands to generate.