summaryrefslogtreecommitdiff
path: root/sac/Pkgfile
blob: b1715204b8ac404c362d705fb7ba4e0acbf6e9fb (plain)
    1 # Description: System Accounting Tool.
    2 # URL:         http://mama.indstate.edu/users/ice/sac/
    3 # Maintainer:  James Mills, prologic at shortcircuit dot net dot au
    4 # Packager:    James Mills, prologic at shortcircuit dot net dot au
    5 #
    6 # Depends on:
    7 
    8 name=sac
    9 version=1.9b5
   10 release=1
   11 source=(ftp://mama.indstate.edu/linux/$name/$name-$version.tgz)
   12 
   13 build() {
   14    cd $name-1.9
   15    make
   16    install -d $PKG/usr/{bin,man/man8}
   17    install -m755 -groot -oroot sac rawtmp writetmp -t $PKG/usr/bin/sac
   18    install -m755 -groot -oroot sac.8 writetmp.8 -t $PKG/usr/man/man8/sac.8
   19    install -D -m755 -groot -oroot rawtmp.1 $PKG/usr/man/man1/rawtmp.1
   20 }

Generated by cgit