bmon: moved to attic

This commit is contained in:
Tilman Sauerbeck 2006-10-18 17:07:11 +00:00
parent ba2929cdc5
commit e6602fbacf
4 changed files with 0 additions and 49 deletions

View File

@ -1,6 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/bmon
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/bmon.1.gz

View File

@ -1,2 +0,0 @@
6b5f014b7739049db269b0d04eddcb63 bmon-2.1.0-gcc4.diff
3111a027907016c0902d67350c619df6 bmon-2.1.0.tar.gz

View File

@ -1,19 +0,0 @@
# Description: Network bandwidth monitor
# URL: http://people.suug.ch/~tgr/bmon/
# Maintainer:
# Packager: Jukka Heino, jukka dot heino at gmail dot com
# Depends on:
name=bmon
version=2.1.0
release=1
source=(http://people.suug.ch/~tgr/$name/files/$name-$version.tar.gz \
bmon-2.1.0-gcc4.diff)
build() {
cd $name-$version
patch -p1 < $SRC/bmon-2.1.0-gcc4.diff
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}

View File

@ -1,22 +0,0 @@
--- bmon-2.1.0.orig/src/out_xml_event.c 2005-04-05 12:01:33.000000000 -0300
+++ bmon-2.1.0/src/out_xml_event.c 2005-09-09 17:56:07.000000000 -0300
@@ -127,7 +127,7 @@
.om_draw = xml_event_draw,
.om_set_opts = xml_event_set_opts,
.om_probe = xml_event_probe,
- .om_shutdown xml_event_shutdown,
+ .om_shutdown = xml_event_shutdown
};
static void __init xml_event_init(void)
--- bmon-2.1.0.orig/src/out_audio.c 2005-04-05 12:01:33.000000000 -0300
+++ bmon-2.1.0/src/out_audio.c 2005-09-09 17:58:20.000000000 -0300
@@ -141,7 +141,7 @@
.om_draw = audio_draw,
.om_set_opts = audio_set_opts,
.om_probe = audio_probe,
- .om_shutdown audio_shutdown,
+ .om_shutdown = audio_shutdown
};
static void __init audio_init(void)