summaryrefslogtreecommitdiff
path: root/bmon
diff options
context:
space:
mode:
authorJohannes Winkelmann <jw@smts.ch>2006-02-23 15:26:10 +0000
committerJohannes Winkelmann <jw@smts.ch>2006-02-23 15:26:10 +0000
commitbdea7e6c6a535e57a07d376a3139d0788efaaa41 (patch)
tree1a7334c99fa39b1ad1a7a35c113b18cb0d92413c /bmon
downloadopt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.gz
opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.xz
create branch for 2.2
Diffstat (limited to 'bmon')
-rw-r--r--bmon/.footprint6
-rw-r--r--bmon/.md5sum1
-rw-r--r--bmon/Pkgfile17
3 files changed, 24 insertions, 0 deletions
diff --git a/bmon/.footprint b/bmon/.footprint
new file mode 100644
index 000000000..e65064e4f
--- /dev/null
+++ b/bmon/.footprint
@@ -0,0 +1,6 @@
+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
diff --git a/bmon/.md5sum b/bmon/.md5sum
new file mode 100644
index 000000000..361430608
--- /dev/null
+++ b/bmon/.md5sum
@@ -0,0 +1 @@
+3111a027907016c0902d67350c619df6 bmon-2.1.0.tar.gz
diff --git a/bmon/Pkgfile b/bmon/Pkgfile
new file mode 100644
index 000000000..b12b33d1f
--- /dev/null
+++ b/bmon/Pkgfile
@@ -0,0 +1,17 @@
+# Description: Network bandwidth monitor
+# URL: http://people.suug.ch/~tgr/bmon/
+# Maintainer: Jukka Heino, jukka at karsikkopuu dot net
+# Packager: Jukka Heino, jukka at karsikkopuu dot net
+# Depends on:
+
+name=bmon
+version=2.1.0
+release=1
+source=(http://people.suug.ch/~tgr/$name/files/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}

Generated by cgit