slurm: removed orphaned port

This commit is contained in:
Fredrik Rinnestam 2013-05-06 21:02:12 +02:00
parent 336a7fc2fb
commit 8994293156
3 changed files with 0 additions and 21 deletions

View File

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

View File

@ -1 +0,0 @@
e68d09202b835c644f7f6b7f070f29a2 slurm-0.3.3.tar.gz

View File

@ -1,17 +0,0 @@
# Description: A network load monitor
# URL: http://www.wormulon.net/projects/slurm
# Maintainer: Rene Lengwinat, rugek at dirtyhack dot net
# Depends on: ncurses
name=slurm
version=0.3.3
release=1
source=(http://www.wormulon.net/files/slurm/slurm-$version.tar.gz)
build () {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}