description="A simple command-line screenshot utility for X"
url="http://scrot.sourcearchive.com/"

packager="tnut <tnut@nutyx.org"
contributors="Chris F."

makedepends=(giblib)

name=scrot
version=0.8.18
release=2

source=("http://scrot.sourcearchive.com/downloads/0.8-18/scrot_0.8.orig.tar.gz")  

build() {
  cd $name-0.8
  ./configure --prefix=/usr \
              --mandir=/usr/share/man
  make
  make DESTDIR=$PKG docsdir=/usr/share/doc/scrot-$version install
}
