network/knemo: Initial import

This commit is contained in:
Michiel van Wessem 2010-05-11 15:01:29 +02:00 committed by Robby Workman
parent bcee618ad6
commit 71d2c0aa6a
4 changed files with 84 additions and 0 deletions

8
network/knemo/README Normal file
View file

@ -0,0 +1,8 @@
kNemo (KDE Network Monitor) offers a network monitor similar to the one found
in Windows. It displays for every network interface an icon in the systray.
Tooltips and an info dialog provide further information about the interface.
Passive popups inform about interface changes. A traffic plotter is also
integrated.
knemo polls the network interface status every second using the ifconfig,
route, and iwconfig.

View file

@ -0,0 +1,57 @@
#!/bin/sh
# Slackware build script for: knemo
# Written by: Michiel van Wessem (BP{k}) <michiel@slackbuilds.org>
# Modified by the SlackBuilds.org project
set -e
PRGNAM=knemo
VERSION=0.4.8
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
DOCFILES="AUTHORS COPYING ChangeLog INSTALL README TODO"
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
fi
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $TMP/$PRGNAM-$VERSION
tar -xvjf $CWD/*-$PRGNAM-$VERSION.tar.bz2
cd $PRGNAM-$VERSION
chown -R root:root .
chmod -R u+w,go+r-w,a-s .
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/opt/kde \
--localstatedir=/var \
--sysconfdir=/etc \
--mandir=/usr/man \
--disable-debug
make
make install-strip DESTDIR=$PKG
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a $DOCFILES $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
find $PKG/usr/doc/$PRGNAM-$VERSION -type f -exec chmod 644 {} \;
mkdir $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz

8
network/knemo/knemo.info Normal file
View file

@ -0,0 +1,8 @@
PRGNAM="knemo"
VERSION="0.4.8"
HOMEPAGE="http://www.kde-apps.org/content/show.php?content=12956"
DOWNLOAD="http://www.kde-apps.org/CONTENT/content-files/12956-knemo-0.4.8.tar.bz2"
MD5SUM="8c716f01be470fd6690ed0902adcc536"
MAINTAINER="Michiel van Wessem"
EMAIL="michiel@slackbuilds.org"
APPROVED="rworkman"

11
network/knemo/slack-desc Normal file
View file

@ -0,0 +1,11 @@
knemo: knemo (KDE Network Monitor)
knemo:
knemo: KNemo offers a network monitor similar to the one found in Windows. It
knemo: displays for every network interface an icon in the systray. Tooltips
knemo: and an info dialog provide further information about the interface.
knemo: Passive popups inform about interface changes. A traffic plotter is
knemo: also integrated.
knemo:
knemo: knemo polls the network interface status every second using the
knemo: ifconfig, route and iwconfig too
knemo: