makedepends=(giblib autoconf-archive xorg-libxfixes xorg-libxcursor xorg-libxcomposite libbsd xorg-libxinerama)

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

packager="Great-OS Team"
maintainer="rems"

name=scrot
version=1.12.1

source=(https://github.com/resurrecting-open-source-projects/scrot/archive/${version}/${name}-${version}.tar.gz)  

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