]> git.pld-linux.org Git - packages/bbppp.git/blob - bbppp.spec
- removed bbtools requires, other bb* doesn't have it
[packages/bbppp.git] / bbppp.spec
1 Summary:        A ppp monitor tool designed for blackbox
2 Summary(pl):    Narzêdzie monitoruj±ce po³±czenia ppp zaprojektowane dla blackboksa
3 Name:           bbppp
4 Version:        0.2.3
5 Release:        2
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 # whatever package it would belong to
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
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 %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/bbtools/%{name}.*
This page took 0.148125 seconds and 4 git commands to generate.