]> git.pld-linux.org Git - packages/bbsload.git/blame - bbsload.spec
- converted to UTF-8
[packages/bbsload.git] / bbsload.spec
CommitLineData
14a6138a 1Summary: A system load mozitor designed for blackbox
d3d02b0d 2Summary(pl.UTF-8): Monitor obciążenia systemu zaprojektowany dla blackboksa
14a6138a 3Name: bbsload
5dc65c81 4Version: 0.2.8
2276c66e 5Release: 3
14a6138a 6License: GPL
7Group: X11/Applications
14a6138a 8Source0: http://bbtools.windsofstorm.net/sources/%{name}-%{version}.tar.gz
5dc65c81 9# Source0-md5: beef63c4a4cefaad5d02ffd7e133f6ae
1443dff5 10Patch0: %{name}-sysconfdir.patch
14a6138a 11URL: http://bbtools.windsofstorm.net/
12BuildRequires: XFree86-devel
13BuildRequires: autoconf
14BuildRequires: automake
2a35e2b8 15BuildRequires: libstdc++-devel
14a6138a 16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
14a6138a 18%description
19bbsload monitors system, and memory load.
20It is highly integrated with blackbox window manager (can use it's theme
21settings), but can work also with other WM.
22
d3d02b0d
JR
23%description -l pl.UTF-8
24bbsload monitoruje obciążenie systemu i zajętość pamięci.
25Jest zintegrowany z blackboxem (używa jego ustawień wyglądu), aczkolwiek
26może też pracować z innym zarządcą okien.
14a6138a 27
28%prep
29%setup -q
1443dff5 30%patch0 -p1
31
14a6138a 32%build
3bb882ea 33%{__aclocal}
c6dc7167 34%{__autoconf}
35%{__automake}
14a6138a 36%configure
5dc65c81 37%{__make}
14a6138a 38
39%install
40rm -rf $RPM_BUILD_ROOT
41
06249086
PG
42%{__make} install \
43 DESTDIR=$RPM_BUILD_ROOT
14a6138a 44
14a6138a 45%clean
46rm -rf $RPM_BUILD_ROOT
47
48%files
49%defattr(644,root,root,755)
3bb882ea 50%doc BUGS README TODO
14a6138a 51%attr(755,root,root) %{_bindir}/bb*
2276c66e 52%dir %{_sysconfdir}/bbtools
2a35e2b8 53%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/bbtools/%{name}.*
This page took 0.053892 seconds and 4 git commands to generate.