#Maintainer: George Vlahavas pkgname=xfce4-screenshooter pkgver=1.7.9 pkgrel=1gv arch=x86_64 source=(http://archive.xfce.org/src/apps/xfce4-screenshooter/1.7/xfce4-screenshooter-1.7.9.tar.bz2) docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://goodies.xfce.org/projects/applications/xfce4-screenshooter slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "xfce4-screenshooter (a screenshot application for xfce4)" "This application allows you to capture the entire screen, the active" "window or a selected region. You can set the delay that elapses before" "the screenshot is taken and the action that will be done with the" "screenshot: save it to a PNG file, copy it to the clipboard, or open" "it using another application." "A plugin for the Xfce panel is also available." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --disable-static --disable-debug make || return 1 make install DESTDIR=$startdir/pkg }