]> git.pld-linux.org Git - packages/bbppp.git/blame_incremental - bbppp.spec
- tabs in preamble
[packages/bbppp.git] / bbppp.spec
... / ...
CommitLineData
1Summary: A ppp monitor tool designed for blackbox
2Summary(pl.UTF-8): Narzędzie monitorujące połączenia ppp zaprojektowane dla blackboksa
3Name: bbppp
4Version: 0.2.3
5Release: 3
6License: GPL
7Group: X11/Applications
8Source0: http://bbtools.windsofstorm.net/sources/%{name}-%{version}.tar.gz
9# Source0-md5: c28c66ec68acc3fa32f3578b02b49b61
10Patch0: %{name}-sysconfdir.patch
11Patch1: %{name}-gcc33.patch
12URL: http://bbtools.windsofstorm.net/
13BuildRequires: XFree86-devel
14BuildRequires: autoconf
15BuildRequires: automake
16BuildRequires: libstdc++-devel
17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
20bbppp allows you to connect and disconnect (with user supplied
21scripts) with dial-up. It monitors load, lights blinking leds and
22counts time of connection. It is highly integrated with blackbox
23window manager (can use it's theme settings), but can also work with
24other WM.
25
26%description -l pl.UTF-8
27bbppp pozwala połączyć i rozłączyć się przez dial-up (używając
28skryptów użytkownika). Może monitorować przepływ danych, zapala
29mrugają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
44rm -rf $RPM_BUILD_ROOT
45
46%{__make} install \
47 DESTDIR=$RPM_BUILD_ROOT
48
49%clean
50rm -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.053017 seconds and 5 git commands to generate.