]> git.pld-linux.org Git - packages/bbppp.git/commitdiff
- new cute package
authorfilon <filon@sokrates.mimuw.edu.pl>
Wed, 23 Jan 2002 10:49:16 +0000 (10:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bbppp.spec -> 1.1

bbppp.spec [new file with mode: 0644]

diff --git a/bbppp.spec b/bbppp.spec
new file mode 100644 (file)
index 0000000..44b9e0b
--- /dev/null
@@ -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}.*
This page took 0.079145 seconds and 4 git commands to generate.