scrotty: update to 2.0.

This commit is contained in:
Duncaen 2015-12-26 09:52:10 +01:00
parent 9be94597c9
commit f8ccde14d1

View file

@ -1,12 +1,19 @@
# Template file for 'scrotty'
pkgname=scrotty
version=1.0.2
version=2.0
revision=1
build_style=gnu-makefile
build_style=gnu-configure
hostmakedepends="pkg-config auto-auto-complete"
makedepends="libpng-devel"
depends="ImageMagick"
short_desc="Framebuffer screenshoter"
maintainer="Duncaen <duncaen@voidlinux.eu>"
license="GPL-3"
homepage="https://github.com/maandree/scrotty"
distfiles="https://github.com/maandree/scrotty/archive/${version}.tar.gz"
checksum=b8e6e157b795807ca44ab0e6ac178d0f3071c0e8df513dc50dabb1bafb877514
checksum=466528d6ecf0138f57c40541258389686e22771c28d40f28c00825faaeaab1a3
pre_configure() {
export EXTRA_CFLAGS="$CFLAGS"
export EXTRA_LDFLAGS="$LDFLAGS"
}