void-packages/srcpkgs/fbgrab/template

17 lines
542 B
Bash
Raw Normal View History

2014-02-13 22:52:29 +00:00
# Template file for 'fbgrab'
2014-02-13 22:49:35 +00:00
pkgname=fbgrab
2015-06-18 05:59:10 +00:00
version=1.3
revision=1
build_style=gnu-makefile
2014-02-13 22:49:35 +00:00
homepage="http://fbgrab.monells.se/"
makedepends="zlib-devel libpng-devel"
short_desc="A framebuffer screenshot program, capturing the linux frambuffer and converting it to a png-picture"
2015-06-18 05:59:10 +00:00
maintainer="Enno Boland <gottox@voidlinux.eu>"
2014-02-13 22:49:35 +00:00
license="GPLv2"
distfiles="http://fbgrab.monells.se/fbgrab-$version.tar.gz"
2015-06-18 05:59:10 +00:00
checksum=5fab478cbf8731fbacefaa76236a8f8b38ccff920c53b3a8253bc35509fba8ed
2014-02-13 22:49:35 +00:00
pre_install() {
sed 's,/usr/man,/usr/share/man,' -i Makefile
2014-02-13 22:49:35 +00:00
}