summaryrefslogtreecommitdiff
path: root/community/fbshot/PKGBUILD
blob: 48d6ce1101040728868c6b3a1cab72e1c558a8bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Contributor: sp42b <sp42b|a_t|gmx.net>

pkgname=fbshot
pkgver=0.3
pkgrel=3
pkgdesc="Takes screenshots (PNG) from your framebuffer device (e.g. console)."
arch=('i686' 'x86_64' 'mips64el')
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
}