From de99cf503e0fa6e3d51839d5a7eabf423ff891ee Mon Sep 17 00:00:00 2001 From: filon Date: Wed, 23 Jan 2002 10:49:16 +0000 Subject: [PATCH] - new cute package Changed files: bbppp.spec -> 1.1 --- bbppp.spec | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 bbppp.spec diff --git a/bbppp.spec b/bbppp.spec new file mode 100644 index 0000000..44b9e0b --- /dev/null +++ b/bbppp.spec @@ -0,0 +1,56 @@ +Summary: A ppp monitor tool designed for blackbox +Summary(pl): Narzêdzie minotoruj±ce ppp zaprojektowane dla blackboksa +Name: bbppp +Version: 0.2.2 +Release: 1 +License: GPL +Group: X11/Applications +Group(de): X11/Applikationen +Group(pl): X11/Aplikacje +Source0: http://bbtools.windsofstorm.net/sources/%{name}-%{version}.tar.gz +URL: http://bbtools.windsofstorm.net/ +BuildRequires: XFree86-devel +BuildRequires: autoconf +BuildRequires: automake +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%define _prefix /usr/X11R6 +%define _mandir %{_prefix}/man + +%description +bbppp allows you to connect and disconnect (with user supplied scripts) +with dial-up. It monitors load, ligths blinking leds and counts time of +connection. +It is highly integrated with blackbox window manager (can use it's +theme settings), but can work also with other WM. + +%description -l pl +bbppp pozawala po³±czyæ i roz³±czyæ siê przez dial-up (u¿ywaj±c skryptów +u¿ytkownika). Mo¿e monitorowaæ przep³yw danych, zapala mrygaj±ce "diodki" +i liczy czas po³±czenia. + +%prep +%setup -q + +%build +aclocal +autoconf +automake -a -c +%configure +%{__make} CXX="%{__cc}" + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} DESTDIR=$RPM_BUILD_ROOT install + +gzip -9nf AUTHORS ChangeLog README TODO data/README.* + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc *.gz data/*.gz +%attr(755,root,root) %{_bindir}/bb* +%config %{_datadir}/bbtools/%{name}.* -- 2.44.0