17 lines
481 B
Bash
17 lines
481 B
Bash
# Template file for 'fbgrab'
|
|
pkgname=fbgrab
|
|
version=1.3
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
homepage="http://fbgrab.monells.se/"
|
|
makedepends="zlib-devel libpng-devel"
|
|
short_desc="A linux framebuffer screenshot program"
|
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
|
license="GPL-2"
|
|
distfiles="http://fbgrab.monells.se/fbgrab-$version.tar.gz"
|
|
checksum=5fab478cbf8731fbacefaa76236a8f8b38ccff920c53b3a8253bc35509fba8ed
|
|
|
|
pre_install() {
|
|
sed 's,/usr/man,/usr/share/man,' -i Makefile
|
|
}
|