]> git.pld-linux.org Git - packages/bbsload.git/blob - bbsload.spec
- many small fixes, inspired by kloczek
[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.8
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://bbtools.windsofstorm.net/sources/%{name}-%{version}.tar.gz
9 # Source0-md5:  beef63c4a4cefaad5d02ffd7e133f6ae
10 Patch0:         %{name}-sysconfdir.patch
11 URL:            http://bbtools.windsofstorm.net/
12 BuildRequires:  XFree86-devel
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 bbsload monitors system, and memory load.
19 It is highly integrated with blackbox window manager (can use it's theme
20 settings), but can work also with other WM.
21
22 %description -l pl
23 bbsload monitoruje obci±¿enie systemu i zajêto¶æ pamiêci.
24 Jest zintegrowany z blackboxem (u¿ywa jego ustawieñ wygl±du), aczkolwiek
25 mo¿e te¿ pracowaæ z innym zarz±d± okien.
26
27 %prep
28 %setup -q
29 %patch0 -p1
30
31 %build
32 rm -f missing
33 %{__aclocal}
34 %{__autoconf}
35 %{__automake}
36 %configure
37 %{__make}
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41
42 %{__make} install \
43         DESTDIR=$RPM_BUILD_ROOT
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc BUGS README TODO
51 %attr(755,root,root) %{_bindir}/bb*
52 %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/bbtools/%{name}.*
This page took 0.114724 seconds and 4 git commands to generate.