fbgrab: add package
This commit is contained in:
parent
b46335fa6e
commit
432b2ab829
1 changed files with 27 additions and 0 deletions
27
srcpkgs/fbgrab/template
Normal file
27
srcpkgs/fbgrab/template
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
# Template file for 'dwm'
|
||||||
|
pkgname=fbgrab
|
||||||
|
version=1.2
|
||||||
|
revision=1
|
||||||
|
homepage="http://fbgrab.monells.se/"
|
||||||
|
distfiles="http://fbgrab.monells.se/fbgrab-$version.tar.gz"
|
||||||
|
depends="zlib libpng"
|
||||||
|
makedepends="zlib-devel libpng-devel"
|
||||||
|
short_desc="A framebuffer screenshot program, capturing the linux frambuffer and converting it to a png-picture"
|
||||||
|
maintainer="Enno Boland <eb@s01.de>"
|
||||||
|
license="GPLv2"
|
||||||
|
checksum=61e0772ad6ea744ee597ae478398ddd0ba6fceee2cf343859bebde2c15bafb91
|
||||||
|
long_desc="
|
||||||
|
fbgrab reads the framebuffer device (/dev/fb*) or a dump thereof and saves a
|
||||||
|
PNG image file. You can use it for making screenshots of of virtually anys
|
||||||
|
application, from traditional test applications to your X-windows desktop, as
|
||||||
|
well as framebuffer applications."
|
||||||
|
wrksrc="$pkgname"
|
||||||
|
|
||||||
|
do_build() {
|
||||||
|
make PREFIX=/usr CC=$CC
|
||||||
|
}
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
make PREFIX=/usr DESTDIR=$DESTDIR install
|
||||||
|
vinstall COPYING 644 usr/share/licenses/$pkgname
|
||||||
|
}
|
Loading…
Reference in a new issue