summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-04-22 13:34:31 +0200
committertnut <thierryn1 at hispeed dot ch>2010-04-22 13:34:31 +0200
commit8718ace77ae133faf4f758587df74d984d00c1cb (patch)
treeba8b83d7e10363c8d3bfa2e44d60a9818052b6fa /extra
parent1bf20b9b2487d4a7c18161640ad6c2dddc32822d (diff)
parent1d7468bf04363eb91909667f13b021e8a654c5cb (diff)
downloadnutyx-pakxe-8718ace77ae133faf4f758587df74d984d00c1cb.tar.gz
nutyx-pakxe-8718ace77ae133faf4f758587df74d984d00c1cb.tar.bz2
nutyx-pakxe-8718ace77ae133faf4f758587df74d984d00c1cb.tar.xz
nutyx-pakxe-8718ace77ae133faf4f758587df74d984d00c1cb.zip
Merge commit 'Zplay/master'
Diffstat (limited to 'extra')
-rw-r--r--extra/bwm-ng/.footprint7
-rw-r--r--extra/bwm-ng/.md5sum1
-rw-r--r--extra/bwm-ng/Pkgfile17
-rw-r--r--extra/bwm-ng/bwm-ng-0.6.tar.gzbin0 -> 141564 bytes
4 files changed, 25 insertions, 0 deletions
diff --git a/extra/bwm-ng/.footprint b/extra/bwm-ng/.footprint
new file mode 100644
index 000000000..47e66dace
--- /dev/null
+++ b/extra/bwm-ng/.footprint
@@ -0,0 +1,7 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/bwm-ng
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/bwm-ng.1.gz
diff --git a/extra/bwm-ng/.md5sum b/extra/bwm-ng/.md5sum
new file mode 100644
index 000000000..a31298022
--- /dev/null
+++ b/extra/bwm-ng/.md5sum
@@ -0,0 +1 @@
+d3a02484fb7946371bfb4e10927cebfb bwm-ng-0.6.tar.gz
diff --git a/extra/bwm-ng/Pkgfile b/extra/bwm-ng/Pkgfile
new file mode 100644
index 000000000..a92f8cd9d
--- /dev/null
+++ b/extra/bwm-ng/Pkgfile
@@ -0,0 +1,17 @@
+# Description: Moniteur de bande passante et accès disque en mode console
+# URL:http://sourceforge.net/projects/bwmng/
+# Maintainer: NuTyX core team
+# Packager: charles dot rapenne at gmail dot com
+# Depends on:
+
+name=bwm-ng
+version=0.6
+release=1
+source=(http://garr.dl.sourceforge.net/project/bwmng/bwmng/0.6/$name-$version.tar.gz)
+build() {
+cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}
+
diff --git a/extra/bwm-ng/bwm-ng-0.6.tar.gz b/extra/bwm-ng/bwm-ng-0.6.tar.gz
new file mode 100644
index 000000000..513065874
--- /dev/null
+++ b/extra/bwm-ng/bwm-ng-0.6.tar.gz
Binary files differ