# Contributor: sp42b pkgname=fbshot pkgver=0.3 pkgrel=3 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" make || return 1 install -Dm755 fbshot $pkgdir/usr/bin/fbshot install -Dm644 fbshot.1.man $pkgdir/usr/share/man/man1/fbshot.1 }