From 18a41d682d6e91e0d28fce23eb75292f477bd620 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 11 Aug 2013 01:21:34 -0700 Subject: Sun Aug 11 01:21:31 PDT 2013 --- community/fbdump/PKGBUILD | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 community/fbdump/PKGBUILD (limited to 'community/fbdump') diff --git a/community/fbdump/PKGBUILD b/community/fbdump/PKGBUILD deleted file mode 100644 index 631bdd188..000000000 --- a/community/fbdump/PKGBUILD +++ /dev/null @@ -1,20 +0,0 @@ -# $Id: PKGBUILD 65232 2012-02-20 12:22:39Z spupykin $ -# Maintainer: Sergej Pupykin - -pkgname=fbdump -pkgver=0.4.2 -pkgrel=3 -pkgdesc="captures the contents of the visible portion of the Linux framebuffer to stdout" -arch=('i686' 'x86_64') -url="http://www.rcdrummond.net/fbdump/" -license=("GPL") -depends=() -source=(http://www.rcdrummond.net/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('85ae97c0800a2caf2b04ad7764e3915b') - -build() { - cd $srcdir/$pkgname-$pkgver - ./configure --prefix=/usr - make - make DESTDIR=$pkgdir install -} -- cgit v1.2.3-54-g00ecf