# debian/packages for slmon
# written by Krzysztof Luks <m00se@iq.pl>

Source: slmon
Section: utils
Priority: optional
Maintainer: Krzysztof Luks <m00se@iq.pl>
Standards-Version: 3.1.1
Description: A simple S-Lang based system performance monitor
Packaged-For: anyone
Build-Sequence: avoid-root
Major-Changes:
Upstream-Source: <URL:http://slmon/sourceforge.net/download/slmon-0.4.1.tar.gz>
Copyright: GPL
 Copyright 2000, 2001 Krzysztof Luks
 .
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
Clean: sh
 make distclean || true
Build: sh
 ./configure
 make



Package: slmon
Architecture: any
Depends: libc6 (>= 2.1.2), slang1 (>> 1.3.0-0)
Description: A simple S-Lang based system performance monitor
 SLmon is a tool for monitoring system's performance. It displays results
 using nice and (hopefully) readable text-based UI. Currently monitored
 are:
 .
 CPU load (SMP is supported)
 memory (including swap)
 uptime, date and time
 number of logged in users
Install: sh
 yada install -bin slmon
 yada install -man doc/slmon.1
 yada install -doc README
 yada install -doc README.debian
 yada install -doc doc/slmon.html
 yada install -doc doc/slmonrc
 yada install -doc ChangeLog -as changelog

