]> git.pld-linux.org Git - packages/bbppp.git/blob - bbppp.spec
- random fixes in descriptions
[packages/bbppp.git] / bbppp.spec
1 Summary:        A ppp monitor tool designed for blackbox
2 Summary(pl):    Narzêdzie monitoruj±ce po³aczenia ppp zaprojektowane dla blackboksa
3 Name:           bbppp
4 Version:        0.2.2
5 Release:        3
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://bbtools.windsofstorm.net/sources/%{name}-%{version}.tar.gz
9 Patch0:         %{name}-sysconfdir.patch
10 URL:            http://bbtools.windsofstorm.net/
11 BuildRequires:  XFree86-devel
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
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 pozawala 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} CXX="%{__cc}"
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43
44 %{__make} DESTDIR=$RPM_BUILD_ROOT install
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %doc AUTHORS ChangeLog README TODO data/README.*
52 %attr(755,root,root) %{_bindir}/bb*
53 %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/bbtools/%{name}.*
This page took 0.073245 seconds and 4 git commands to generate.