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