]> git.pld-linux.org Git - packages/bbppp.git/blob - bbppp.spec
- adapterized.
[packages/bbppp.git] / bbppp.spec
1 Summary:        A ppp monitor tool designed for blackbox
2 Summary(pl):    Narzêdzie minotoruj±ce ppp zaprojektowane dla blackboksa
3 Name:           bbppp
4 Version:        0.2.2
5 Release:        2
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 %define         _prefix         /usr/X11R6
17 %define         _mandir         %{_prefix}/man
18
19 %description
20 bbppp allows you to connect and disconnect (with user supplied
21 scripts) with dial-up. It monitors load, ligths 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 work also with
24 other WM.
25
26 %description -l pl
27 bbppp pozawala 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 mrygaj±ce "diodki" i liczy czas po³±czenia.
30
31 %prep
32 %setup -q
33 %patch0 -p1
34
35 %build
36 rm -f missing
37 aclocal
38 autoconf
39 automake -a -c
40 %configure
41 %{__make} CXX="%{__cc}"
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45
46 %{__make} DESTDIR=$RPM_BUILD_ROOT install
47
48 gzip -9nf AUTHORS ChangeLog README TODO data/README.*
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files
54 %defattr(644,root,root,755)
55 %doc *.gz data/*.gz
56 %attr(755,root,root) %{_bindir}/bb*
57 %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/bbtools/%{name}.*
This page took 0.064748 seconds and 3 git commands to generate.