]> git.pld-linux.org Git - packages/bbppp.git/blob - bbppp.spec
- tabs in preamble
[packages/bbppp.git] / bbppp.spec
1 Summary:        A ppp monitor tool designed for blackbox
2 Summary(pl.UTF-8):      Narzędzie monitorujące połączenia ppp zaprojektowane dla blackboksa
3 Name:           bbppp
4 Version:        0.2.3
5 Release:        3
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 Patch1:         %{name}-gcc33.patch
12 URL:            http://bbtools.windsofstorm.net/
13 BuildRequires:  XFree86-devel
14 BuildRequires:  autoconf
15 BuildRequires:  automake
16 BuildRequires:  libstdc++-devel
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 bbppp allows you to connect and disconnect (with user supplied
21 scripts) with dial-up. It monitors load, lights blinking leds and
22 counts time of connection. It is highly integrated with blackbox
23 window manager (can use it's theme settings), but can also work with
24 other WM.
25
26 %description -l pl.UTF-8
27 bbppp pozwala połączyć i rozłączyć się przez dial-up (używając
28 skryptów użytkownika). Może monitorować przepływ danych, zapala
29 mrugające "diodki" i liczy czas połączenia.
30
31 %prep
32 %setup -q
33 %patch0 -p1
34 %patch1 -p1
35
36 %build
37 %{__aclocal}
38 %{__autoconf}
39 %{__automake}
40 %configure
41 %{__make}
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45
46 %{__make} install \
47         DESTDIR=$RPM_BUILD_ROOT
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files
53 %defattr(644,root,root,755)
54 %doc AUTHORS ChangeLog README TODO data/README.*
55 %attr(755,root,root) %{_bindir}/bb*
56 %dir %{_sysconfdir}/bbtools
57 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/bbtools/%{name}.*
This page took 0.049351 seconds and 3 git commands to generate.