1
0
forked from ports/contrib

mbmon: initial commit

This commit is contained in:
Jose V Beneyto 2006-11-17 03:33:08 +01:00
parent 5791ba79bc
commit 254d893455
3 changed files with 20 additions and 0 deletions

3
mbmon/.footprint Normal file
View File

@ -0,0 +1,3 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/mbmon

1
mbmon/.md5sum Normal file
View File

@ -0,0 +1 @@
170299cb04d8560bfbc25fad0e50074a mbmon.tar.gz

16
mbmon/Pkgfile Normal file
View File

@ -0,0 +1,16 @@
# $Id: $
# Description: Hardware monitoring without kernel dependencies
# URL: http://www.tomblom.eisfair.net/dev/
# Maintainer: Jose V Beneyto, joberui at ei dot upv dot es
# Packager: Jose V Beneyto, joberui at ei dot upv dot es
# Depends on:
name=mbmon
version=0.2.0
release=1
source=(http://www.tomblom.eisfair.net/dev/$name.tar.gz)
build() {
install -d $PKG/usr/bin
install -m 755 $SRC/usr/local/bin/mbmon $PKG/usr/bin/mbmon
}