summaryrefslogtreecommitdiff
path: root/slurm/Pkgfile
blob: a5d865f9d7fb38450497f3c734d3b41658dca2c8 (plain)
    1 # Description: A network load monitor
    2 # URL: http://www.wormulon.net/projects/slurm
    3 # Maintainer: Rene Lengwinat, rugek at dirtyhack dot net
    4 # Depends on: ncurses
    5 
    6 name=slurm
    7 version=0.3.3
    8 release=1
    9 
   10 source=(http://www.wormulon.net/files/code/slurm/$name-$version.tar.gz)
   11 
   12 build () {
   13   cd $name-$version
   14   ./configure --prefix=/usr    
   15   make
   16   make DESTDIR=$PKG install
   17 }

Generated by cgit