diff options
author | Fredrik Rinnestam <fredrik@crux.nu> | 2013-05-06 21:02:12 +0200 |
---|---|---|
committer | Fredrik Rinnestam <fredrik@crux.nu> | 2013-05-06 21:02:12 +0200 |
commit | 8994293156b96c2e04a4ab2bafebf3bd06c412db (patch) | |
tree | 0b805ebaecb6de9fa9da76fa1d859ae23a31825c /slurm/Pkgfile | |
parent | 336a7fc2fbac9a2e8ea6c4e7571cf3572d87b332 (diff) | |
download | contrib-8994293156b96c2e04a4ab2bafebf3bd06c412db.tar.gz contrib-8994293156b96c2e04a4ab2bafebf3bd06c412db.tar.xz |
slurm: removed orphaned port
Diffstat (limited to 'slurm/Pkgfile')
-rw-r--r-- | slurm/Pkgfile | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/slurm/Pkgfile b/slurm/Pkgfile deleted file mode 100644 index 96ec12cf9..000000000 --- a/slurm/Pkgfile +++ /dev/null @@ -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 -} - |