# Description: a command line resource grabber # URL: http://www.xach.com/snarf # Maintainer: z3bra # Depends on: name=snarf version=7.0 release=2 source=(http://www.xach.com/$name/download/source/snarf-$version.tar.gz) build() { cd $name-$version ./configure --prefix=/usr --mandir=/usr/share/man make make DESTDIR=$PKG install } # vim: set ft=sh ts=4 et: