]> git.pld-linux.org Git - packages/bbppp.git/blob - bbppp.spec
26fb6c5a92e0ae74581d7b1d9d0315e1bd655024
[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 Group(de):      X11/Applikationen
9 Group(pl):      X11/Aplikacje
10 Source0:        http://bbtools.windsofstorm.net/sources/%{name}-%{version}.tar.gz
11 Patch0:         %{name}-sysconfdir.patch
12 URL:            http://bbtools.windsofstorm.net/
13 BuildRequires:  XFree86-devel
14 BuildRequires:  autoconf
15 BuildRequires:  automake
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %define         _prefix         /usr/X11R6
19 %define         _mandir         %{_prefix}/man
20
21 %description
22 bbppp allows you to connect and disconnect (with user supplied scripts)
23 with dial-up. It monitors load, ligths blinking leds and counts time of
24 connection.
25 It is highly integrated with blackbox window manager (can use it's
26 theme settings), but can work also with other WM.
27
28 %description -l pl
29 bbppp pozawala po³±czyæ i roz³±czyæ siê przez dial-up (u¿ywaj±c skryptów
30 u¿ytkownika). Mo¿e monitorowaæ przep³yw danych, zapala mrygaj±ce "diodki"
31 i liczy czas po³±czenia.
32
33 %prep
34 %setup -q
35 %patch0 -p1
36
37 %build
38 aclocal
39 autoconf
40 automake -a -c
41 %configure
42 %{__make} CXX="%{__cc}"
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46
47 %{__make} DESTDIR=$RPM_BUILD_ROOT install
48
49 gzip -9nf AUTHORS ChangeLog README TODO data/README.*
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %files
55 %defattr(644,root,root,755)
56 %doc *.gz data/*.gz
57 %attr(755,root,root) %{_bindir}/bb*
58 %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/bbtools/%{name}.*
This page took 0.025209 seconds and 2 git commands to generate.