From 7b0cdd65ac7bcd3c7597b528a10de58e4e0a430f Mon Sep 17 00:00:00 2001 From: root Date: Wed, 9 Nov 2011 23:14:53 +0000 Subject: Wed Nov 9 23:14:53 UTC 2011 --- core/groff/PKGBUILD | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'core/groff') diff --git a/core/groff/PKGBUILD b/core/groff/PKGBUILD index 73e68b3a6..f007e1d23 100644 --- a/core/groff/PKGBUILD +++ b/core/groff/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 104541 2011-01-03 22:33:16Z tpowa $ +# $Id: PKGBUILD 142313 2011-11-08 10:57:28Z tpowa $ # Maintainer: judd pkgname=groff pkgver=1.21 -pkgrel=1 +pkgrel=2 pkgdesc="GNU troff text-formatting system" arch=(i686 x86_64) url="http://www.gnu.org/software/groff/groff.html" @@ -13,7 +13,7 @@ optdepends=('netpbm: for use together with man -H command interaction in browser 'psutils: for use together with man -H command interaction in browsers') source=(ftp://ftp.gnu.org/gnu/groff/groff-$pkgver.tar.gz site.tmac) -options=('!makeflags') +options=(!makeflags !docs) install=groff.install md5sums=('8b8cd29385b97616a0f0d96d0951c5bf' 'a1fedafd7863b37968d32ad9ae1d8c13') @@ -25,6 +25,11 @@ build() { make } +check() { + cd $srcdir/$pkgname-$pkgver + make check +} + package() { cd $srcdir/$pkgname-$pkgver make prefix=$pkgdir/usr install -- cgit v1.2.3-54-g00ecf