]> git.pld-linux.org Git - packages/bbppp.git/blame - bbppp.spec
- converted to UTF-8
[packages/bbppp.git] / bbppp.spec
CommitLineData
de99cf50 1Summary: A ppp monitor tool designed for blackbox
60fa0181 2Summary(pl.UTF-8): Narzędzie monitorujące połączenia ppp zaprojektowane dla blackboksa
de99cf50 3Name: bbppp
516a7733 4Version: 0.2.3
c37633ee 5Release: 3
de99cf50 6License: GPL
7Group: X11/Applications
de99cf50 8Source0: http://bbtools.windsofstorm.net/sources/%{name}-%{version}.tar.gz
1de19fd8 9# Source0-md5: c28c66ec68acc3fa32f3578b02b49b61
63112a1b 10Patch0: %{name}-sysconfdir.patch
438a652e 11Patch1: %{name}-gcc33.patch
de99cf50 12URL: http://bbtools.windsofstorm.net/
13BuildRequires: XFree86-devel
14BuildRequires: autoconf
15BuildRequires: automake
206bb442 16BuildRequires: libstdc++-devel
de99cf50 17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
de99cf50 19%description
a4ecdc7a 20bbppp allows you to connect and disconnect (with user supplied
5aeb5647 21scripts) with dial-up. It monitors load, lights blinking leds and
a4ecdc7a 22counts time of connection. It is highly integrated with blackbox
5aeb5647 23window manager (can use it's theme settings), but can also work with
a4ecdc7a 24other WM.
de99cf50 25
60fa0181
JR
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.
de99cf50 30
31%prep
32%setup -q
63112a1b 33%patch0 -p1
438a652e 34%patch1 -p1
de99cf50 35
36%build
a02ff9df 37%{__aclocal}
6bdec0ae 38%{__autoconf}
39%{__automake}
de99cf50 40%configure
08240db6 41%{__make}
de99cf50 42
43%install
44rm -rf $RPM_BUILD_ROOT
45
5ec2899a
PG
46%{__make} install \
47 DESTDIR=$RPM_BUILD_ROOT
de99cf50 48
de99cf50 49%clean
50rm -rf $RPM_BUILD_ROOT
51
52%files
53%defattr(644,root,root,755)
a02ff9df 54%doc AUTHORS ChangeLog README TODO data/README.*
de99cf50 55%attr(755,root,root) %{_bindir}/bb*
c37633ee 56%dir %{_sysconfdir}/bbtools
e7fca4f9 57%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/bbtools/%{name}.*
This page took 0.06701 seconds and 4 git commands to generate.