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