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/scrot/PKGBUILD | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 community/scrot/PKGBUILD (limited to 'community/scrot/PKGBUILD') diff --git a/community/scrot/PKGBUILD b/community/scrot/PKGBUILD deleted file mode 100644 index 7282f7869..000000000 --- a/community/scrot/PKGBUILD +++ /dev/null @@ -1,29 +0,0 @@ -# $Id: PKGBUILD 81818 2012-12-31 15:37:13Z dwallace $ -# Maintainer: Daniel Wallace -# Contributor: Giovanni Scafora - -pkgname=scrot -pkgver=0.8 -pkgrel=6 -pkgdesc="A simple command-line screenshot utility for X" -arch=('i686' 'x86_64') -url="http://scrot.sourcearchive.com/" -license=('MIT') -depends=('giblib') -source=("http://linuxbrit.co.uk/downloads/$pkgname-$pkgver.tar.gz") -md5sums=('ccae904d225609571bdd3b03445c1e88') - -build() { - cd $srcdir/$pkgname-$pkgver - - ./configure --prefix=/usr \ - --mandir=/usr/share/man - make -} - -package() { - cd $srcdir/$pkgname-$pkgver - - make DESTDIR=$pkgdir docsdir=/usr/share/doc/scrot install - install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" -} -- cgit v1.2.3-54-g00ecf