From a1922d0ec660fdc1892f2783515f781c090df0a9 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 20 Jan 2012 23:14:48 +0000 Subject: Fri Jan 20 23:14:48 UTC 2012 --- community-staging/fbshot/PKGBUILD | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 community-staging/fbshot/PKGBUILD (limited to 'community-staging/fbshot/PKGBUILD') diff --git a/community-staging/fbshot/PKGBUILD b/community-staging/fbshot/PKGBUILD new file mode 100644 index 000000000..b807e4e09 --- /dev/null +++ b/community-staging/fbshot/PKGBUILD @@ -0,0 +1,22 @@ +# $Id: PKGBUILD 62337 2012-01-19 09:23:07Z spupykin $ +# 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 +} -- cgit v1.2.3-54-g00ecf