diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-07-02 03:51:56 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-07-02 03:51:56 +0000 |
commit | 35f5198d4a73e45c4e9e22d638f5bfd5b9b4bc62 (patch) | |
tree | 0a936fac74a00270ec2c07d3a37a63e79dd80999 /community/fbdump | |
parent | 88933a383866089c23f6d62783a6a24ab211e872 (diff) |
Wed Jul 2 03:45:24 UTC 2014
Diffstat (limited to 'community/fbdump')
-rw-r--r-- | community/fbdump/PKGBUILD | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/community/fbdump/PKGBUILD b/community/fbdump/PKGBUILD index 631bdd188..2bde57580 100644 --- a/community/fbdump/PKGBUILD +++ b/community/fbdump/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 65232 2012-02-20 12:22:39Z spupykin $ +# $Id: PKGBUILD 113981 2014-07-01 10:52:05Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=fbdump pkgver=0.4.2 -pkgrel=3 +pkgrel=4 pkgdesc="captures the contents of the visible portion of the Linux framebuffer to stdout" arch=('i686' 'x86_64') url="http://www.rcdrummond.net/fbdump/" @@ -16,5 +16,9 @@ build() { cd $srcdir/$pkgname-$pkgver ./configure --prefix=/usr make +} + +package() { + cd $srcdir/$pkgname-$pkgver make DESTDIR=$pkgdir install } |