Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37683393
en ru br
ALT Linux repos
S:0.0.1-alt6.1
5.0: 0.0.1-alt5
4.1: 0.0.1-alt3
4.0: 0.0.1-alt3
3.0: 0.0.1-alt2

Group :: Graphical desktop/Window Maker
RPM: wmibam

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: wmibam
Version: 0.0.1
Release: alt5

Summary: Smart Battery Monitor for WindowMaker
License: GPL
Group: Graphical desktop/Window Maker

Url: https://developer.berlios.de/projects/wmibam/
Source: %name-%version.tar.bz2
Patch: wmibam-0.0.1-alt-makefile.patch
Packager: Michael Shigorin <mike at altlinux.org>

# Automatically added by buildreq on Mon Jul 11 2005

BuildRequires: gcc-c++ libstdc++-devel xorg-x11-devel

%description
wmibam uses intelligent battery monitor to predict laptop
battery charge/depletion times better than APM BIOS

%prep
%setup
%patch -p1

%build
make COPTS="%optflags -Wall -I%_x11includedir"

%install
install -d %buildroot{%_bindir,%_man1dir,%_desktopdir}
install %name.1 %buildroot%_man1dir
install %name %buildroot%_bindir

cat >> %buildroot%_desktopdir/%name.desktop << __EOF__
[Desktop Entry]
Name=wmibam
Comment=Intelligent APM battery monitor
Exec=wmibam
Terminal=false
Type=Application
Categories=System;Applet;
NotShowIn=GNOME;KDE;
__EOF__

%files
%doc AUTHORS ChangeLog README TODO
%_bindir/%name
%_man1dir/*
%_desktopdir/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin