]> git.pld-linux.org Git - packages/bbppp.git/blob - bbppp.spec
- many small fixes, inspired by kloczek
[packages/bbppp.git] / bbppp.spec
1 Summary:        A ppp monitor tool designed for blackbox
2 Summary(pl):    Narzêdzie monitoruj±ce po³±czenia ppp zaprojektowane dla blackboksa
3 Name:           bbppp
4 Version:        0.2.3
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://bbtools.windsofstorm.net/sources/%{name}-%{version}.tar.gz
9 # Source0-md5:  c28c66ec68acc3fa32f3578b02b49b61
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 bbppp allows you to connect and disconnect (with user supplied
19 scripts) with dial-up. It monitors load, lights blinking leds and
20 counts time of connection. It is highly integrated with blackbox
21 window manager (can use it's theme settings), but can also work with
22 other WM.
23
24 %description -l pl
25 bbppp pozwala po³±czyæ i roz³±czyæ siê przez dial-up (u¿ywaj±c
26 skryptów u¿ytkownika). Mo¿e monitorowaæ przep³yw danych, zapala
27 mrugaj±ce "diodki" i liczy czas po³±czenia.
28
29 %prep
30 %setup -q
31 %patch0 -p1
32
33 %build
34 rm -f missing
35 %{__aclocal}
36 %{__autoconf}
37 %{__automake}
38 %configure
39 %{__make} 
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43
44 %{__make} install \
45         DESTDIR=$RPM_BUILD_ROOT
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %doc AUTHORS ChangeLog README TODO data/README.*
53 %attr(755,root,root) %{_bindir}/bb*
54 %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/bbtools/%{name}.*
This page took 0.048311 seconds and 4 git commands to generate.