summaryrefslogtreecommitdiff
path: root/core/groff
diff options
context:
space:
mode:
Diffstat (limited to 'core/groff')
-rw-r--r--core/groff/PKGBUILD11
1 files changed, 8 insertions, 3 deletions
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 <jvinet@zeroflux.org>
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