24 lines
677 B
Bash
24 lines
677 B
Bash
# Template file for 'scrot'
|
|
pkgname=scrot
|
|
version=0.9
|
|
revision=1
|
|
build_style=gnu-configure
|
|
make_install_args="docsdir=/usr/share/doc/scrot"
|
|
hostmakedepends="automake"
|
|
makedepends="libX11-devel giblib-devel imlib2-devel"
|
|
short_desc="Simple command-line screenshot utility for X"
|
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="http://scrot.sourcearchive.com/"
|
|
#distfiles="http://linuxbrit.co.uk/downloads/$pkgname-$version.tar.gz"
|
|
distfiles="${DEBIAN_SITE}/main/s/${pkgname}/${pkgname}_${version}.orig.tar.gz"
|
|
checksum=d9b6141c652f4c4c1a9d412d6d57d2045b515e70cd726e4787f5f066c837269e
|
|
|
|
pre_configure() {
|
|
./autogen.sh
|
|
}
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|