[arch-commits] Commit in scrot/trunk (PKGBUILD)
Giovanni Scafora
giovanni at archlinux.org
Thu Oct 1 07:40:34 UTC 2009
Date: Thursday, October 1, 2009 @ 03:40:34
Author: giovanni
Revision: 53482
Modified:
scrot/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-10-01 06:32:31 UTC (rev 53481)
+++ PKGBUILD 2009-10-01 07:40:34 UTC (rev 53482)
@@ -1,12 +1,12 @@
# $Id$
-# Maintainer: Mark Rosenstand <mark at archlinux.org>
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
pkgname=scrot
pkgver=0.8
pkgrel=3
pkgdesc="A simple command-line screenshot utility for X"
arch=('i686' 'x86_64')
-url="http://freshmeat.net/users/gilbertt"
+url="http://freshmeat.net/projects/scrot/"
license=('MIT')
depends=('giblib')
source=(ftp://ftp.archlinux.org/other/scrot/${pkgname}-${pkgver}.tar.bz2)
@@ -14,7 +14,8 @@
build() {
cd $srcdir/$pkgname-$pkgver
- ./configure --prefix=/usr --mandir=/usr/share/man || return 1
+ ./configure --prefix=/usr \
+ --mandir=/usr/share/man
make || return 1
make DESTDIR=$pkgdir docsdir=/usr/share/doc/scrot install || return 1
install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
More information about the arch-commits
mailing list