groff: update to 1.22.3.

This commit is contained in:
Juan RP 2014-11-07 09:21:34 +01:00
parent 27092744c1
commit 16b5971c56
1 changed files with 3 additions and 5 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'groff'
pkgname=groff
version=1.22.2
revision=2
version=1.22.3
revision=1
hostmakedepends="perl bison"
makedepends="zlib-devel"
short_desc="The GNU troff text-formatting system"
@ -9,7 +9,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
homepage="http://www.gnu.org/software/groff/groff.html"
distfiles="http://ftp.gnu.org/gnu/groff/groff-${version}.tar.gz"
checksum=380864dac4772e0c0d7b1282d25d0c5fd7f63baf45c87c4657afed22a13d2076
checksum=3a48a9d6c97750bfbd535feeb5be0111db6406ddb7bb79fc680809cda6d828a5
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" groff"
@ -28,7 +28,6 @@ do_configure() {
fi
./configure ${configure_args} --without-x --disable-rpath
}
do_build() {
if [ "$CROSS_BUILD" ]; then
make TROFFBIN=troff GROFFBIN=groff GROFF_BIN_PATH=
@ -36,7 +35,6 @@ do_build() {
make
fi
}
do_install() {
make DESTDIR=${DESTDIR} install