# $Id: PKGBUILD 63550 2012-02-05 11:55:26Z ibiru $ # Maintainer: Sergej Pupykin # Contributor: sp42b pkgname=fbshot pkgver=0.3 pkgrel=4 pkgdesc="Takes screenshots (PNG) from your framebuffer device (e.g. console)." arch=('i686' 'x86_64') url="http://www.sfires.net/fbshot/" license=('GPL') depends=('libpng') source=(http://www.sfires.net/stuff/fbshot/$pkgname-$pkgver.tar.gz) md5sums=('2cc6cc25cdc4cd447a8b0a9662907635') build() { cd "$srcdir/$pkgname-$pkgver" sed -i '1,1i#include ' fbshot.c make install -Dm755 fbshot $pkgdir/usr/bin/fbshot install -Dm644 fbshot.1.man $pkgdir/usr/share/man/man1/fbshot.1 }